#1D2C2C
A very dark, muted cyan closely aligning with Darkslategray.
About #1D2C2C
The precise color #1D2C2C is an excellent choice for modern design projects. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(29, 44, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 34% C, 0% M, 0% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D2C2C
RGB29, 44, 44
HSL180.0°, 20.5%, 14.3%
CMYK34%, 0%, 0%, 83%
HSV180.0°, 34.1%, 17.3%
LAB16.7, -6.3, -2.0
XYZ1.9, 2.2, 2.7
Decimal1911852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.49:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.85:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C2C;
}
.text-color {
color: #1D2C2C;
}
.border-color {
border: 2px solid #1D2C2C;
}