Dark Color

HEX, RGB, HSL & CMYK Codes

#1b2431
Format Value
HEX #1b2431
RGB rgb(27, 36, 49)
HSL hsl(215.5, 28.9%, 14.9%)
CMYK cmyk(44.9%, 26.5%, 0%, 80.8%)
HSV hsv(215.5, 44.9%, 19.2%)

dark color harmonies

Tints & shades of dark

Tints (lighter)

#303844 #444c56 #596069 #6e747c #83888f #979ba1 #acafb4 #c1c3c7 #d6d7da #eaebec

Shades (darker)

#19212d #161d28 #141a24 #11171f #0f141b #0c1016 #0a0d12 #070a0d #050709 #020304

Contrast & accessibility

The quick brown fox

On white · 15.63:1 · AAA

The quick brown fox

On black · 1.34:1 · Fail

Recommended text color: #ffffff

Use dark in code

CSS color: #1b2431;
SCSS $color: #1b2431;
Tailwind bg-[#1b2431]
Swift UIColor(red: 0.106, green: 0.141, blue: 0.192, alpha: 1)
Android Color.parseColor("#1b2431")
Flutter Color(0xFF1B2431)

Colors similar to dark

Browse all Blue colors →

What is the HEX code for dark?

The CSS color dark in HEX format is #1b2431. Use this value directly in CSS, SVG, and most design tools.

How do I use dark in CSS?

To apply dark in CSS:

  • Text color: color: #1b2431;
  • Background: background-color: #1b2431;
  • Border: border-color: #1b2431;

What are all the color format values for dark?

FormatValue
HEX#1b2431
RGBrgb(27, 36, 49)
HSLhsl(215.5, 28.9%, 14.9%)
CMYKcmyk(44.9%, 26.5%, 0%, 80.8%)

How do I convert dark to HEX?

Select dark from the color name list in our color converter. The HEX value — #1b2431 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark belong to?

dark belongs to the blue color family. It is a dark, muted color with HSL values: hue 215.5°, saturation 28.9%, lightness 14.9%.

How do I create lighter and darker shades of dark?

Lighter variant (lightness 29.9%): #364862. Darker variant (lightness 5%): #090c10. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.