#1D1633
A very dark, moderate blue closely aligning with Black.
About #1D1633
Visually, #1D1633 is defined as a moderate blue. Its closest recognized web color is Black. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 22, and 51.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 43% cyan and 57% magenta inks. The HSL representation is 254.5° hue, 39.7% saturation, and 14.3% lightness.
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#1D1633
RGB29, 22, 51
HSL254.5°, 39.7%, 14.3%
CMYK43%, 57%, 0%, 80%
HSV254.5°, 56.9%, 20.0%
LAB9.6, 12.0, -18.0
XYZ1.4, 1.1, 3.3
Decimal1906227
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.29:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.52:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1633;
}
.text-color {
color: #1D1633;
}
.border-color {
border: 2px solid #1D1633;
}