#1D1642
A very dark, moderate blue closely aligning with Darkslateblue.
About #1D1642
The precise color #1D1642 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkslateblue. This translates to an RGB value of rgb(29, 22, 66).
For print applications, it's crucial to understand its CMYK makeup. The color uses 56% Cyan, 67% Magenta, 0% Yellow, and 74% Black. This makes it a relatively dark color when applied to physical surfaces.
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#1D1642
RGB29, 22, 66
HSL249.5°, 50.0%, 17.3%
CMYK56%, 67%, 0%, 74%
HSV249.5°, 66.7%, 25.9%
LAB10.8, 17.3, -26.9
XYZ1.8, 1.2, 5.3
Decimal1906242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.86:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.11:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1642;
}
.text-color {
color: #1D1642;
}
.border-color {
border: 2px solid #1D1642;
}