#1D2C6D
A dark, moderate blue closely aligning with Darkslateblue.
About #1D2C6D
The precise color #1D2C6D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(29, 44, 109).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 73% C, 60% M, 0% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D2C6D
RGB29, 44, 109
HSL228.8°, 58.0%, 27.1%
CMYK73%, 60%, 0%, 57%
HSV228.8°, 73.4%, 42.7%
LAB20.7, 18.1, -39.7
XYZ4.2, 3.2, 14.9
Decimal1911917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.86:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.29:1
Text on #F8FAFC
AAA
1.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C6D;
}
.text-color {
color: #1D2C6D;
}
.border-color {
border: 2px solid #1D2C6D;
}