#1D2424
A very dark, muted cyan closely aligning with Black.
About #1D2424
The hex code #1D2424 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Black. Its digital footprint relies on 29 parts red, 36 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 19% cyan, 0% magenta, 0% yellow, and 86% black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D2424
RGB29, 36, 36
HSL180.0°, 10.8%, 12.7%
CMYK19%, 0%, 0%, 86%
HSV180.0°, 19.4%, 14.1%
LAB13.5, -3.1, -1.1
XYZ1.5, 1.7, 1.9
Decimal1909796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.79:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.09:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2424;
}
.text-color {
color: #1D2424;
}
.border-color {
border: 2px solid #1D2424;
}