#1D2C42
A very dark, moderate blue closely aligning with Darkslategray.
About #1D2C42
At its core, #1D2C42 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(29, 44, 66).
Translating this color to physical media requires the CMYK color model. The color uses 56% Cyan, 33% Magenta, 0% Yellow, and 74% Black. The HSL representation is 215.7° hue, 38.9% saturation, and 18.6% lightness.
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#1D2C42
RGB29, 44, 66
HSL215.7°, 38.9%, 18.6%
CMYK56%, 33%, 0%, 74%
HSV215.7°, 56.1%, 25.9%
LAB17.7, 1.2, -15.8
XYZ2.4, 2.5, 5.5
Decimal1911874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.08:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.46:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C42;
}
.text-color {
color: #1D2C42;
}
.border-color {
border: 2px solid #1D2C42;
}