#1D1D24
A very dark, muted blue closely aligning with Black.
About #1D1D24
The hex code #1D1D24 represents a beautifully specific shade of blue. Its closest recognized web color is Black. This translates to an RGB value of rgb(29, 29, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 19% Cyan, 19% Magenta, 0% Yellow, and 86% Black. The HSL representation is 240.0° hue, 10.8% saturation, and 12.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D1D24
RGB29, 29, 36
HSL240.0°, 10.8%, 12.7%
CMYK19%, 19%, 0%, 86%
HSV240.0°, 19.4%, 14.1%
LAB11.0, 1.9, -4.8
XYZ1.3, 1.3, 1.8
Decimal1908004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.75:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.01:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D24;
}
.text-color {
color: #1D1D24;
}
.border-color {
border: 2px solid #1D1D24;
}