#1D1D42
A very dark, moderate blue closely aligning with Darkslateblue.
About #1D1D42
At its core, #1D1D42 is a very dark and moderate hue. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 29 parts red, 29 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 56% cyan, 56% 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. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D1D42
RGB29, 29, 66
HSL240.0°, 38.9%, 18.6%
CMYK56%, 56%, 0%, 74%
HSV240.0°, 56.1%, 25.9%
LAB12.8, 12.2, -23.6
XYZ1.9, 1.5, 5.3
Decimal1908034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.07:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.36:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D42;
}
.text-color {
color: #1D1D42;
}
.border-color {
border: 2px solid #1D1D42;
}