#1D1D33
A very dark, muted blue closely aligning with Black.
About #1D1D33
Visually, #1D1D33 is defined as a muted blue. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(29, 29, 51).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 43% Cyan, 43% Magenta, 0% Yellow, and 80% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D1D33
RGB29, 29, 51
HSL240.0°, 27.5%, 15.7%
CMYK43%, 43%, 0%, 80%
HSV240.0°, 43.1%, 20.0%
LAB11.8, 6.7, -14.5
XYZ1.5, 1.4, 3.3
Decimal1908019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.46:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.73:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D33;
}
.text-color {
color: #1D1D33;
}
.border-color {
border: 2px solid #1D1D33;
}