#1D1D49
A dark, moderate blue closely aligning with Darkslateblue.
About #1D1D49
When working with digital screens, the color #1D1D49 is rendered by mixing light. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 29 red, 29 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. The color uses 60% Cyan, 60% Magenta, 0% Yellow, and 71% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D1D49
RGB29, 29, 73
HSL240.0°, 43.1%, 20.0%
CMYK60%, 60%, 0%, 71%
HSV240.0°, 60.3%, 28.6%
LAB13.4, 14.8, -27.6
XYZ2.1, 1.6, 6.5
Decimal1908041
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.86:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.16:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D49;
}
.text-color {
color: #1D1D49;
}
.border-color {
border: 2px solid #1D1D49;
}