#1D2C33
A very dark, muted blue closely aligning with Darkslategray.
About #1D2C33
When working with digital screens, the color #1D2C33 is rendered by mixing light. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(29, 44, 51).
For print applications, it's crucial to understand its CMYK makeup. The color uses 43% Cyan, 14% Magenta, 0% Yellow, and 80% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1D2C33
RGB29, 44, 51
HSL199.1°, 27.5%, 15.7%
CMYK43%, 14%, 0%, 80%
HSV199.1°, 43.1%, 20.0%
LAB17.0, -4.1, -6.5
XYZ2.0, 2.3, 3.5
Decimal1911859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.38:1
Text on #FFFFFF
AAA
1.46:1
Text on #000000
FAIL
13.74:1
Text on #F8FAFC
AAA
1.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C33;
}
.text-color {
color: #1D2C33;
}
.border-color {
border: 2px solid #1D2C33;
}