#1D3333
A very dark, muted cyan closely aligning with Darkslategray.
About #1D3333
The hex code #1D3333 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(29, 51, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 43% C, 0% M, 0% Y, and 80% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#1D3333
RGB29, 51, 51
HSL180.0°, 27.5%, 15.7%
CMYK43%, 0%, 0%, 80%
HSV180.0°, 43.1%, 20.0%
LAB19.5, -8.7, -2.8
XYZ2.3, 2.9, 3.6
Decimal1913651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.35:1
Text on #FFFFFF
AAA
1.57:1
Text on #000000
FAIL
12.76:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3333;
}
.text-color {
color: #1D3333;
}
.border-color {
border: 2px solid #1D3333;
}