#1D2C5F
A dark, moderate blue closely aligning with Darkslateblue.
About #1D2C5F
The hex code #1D2C5F represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 29 red, 44 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 54% Magenta, 0% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D2C5F
RGB29, 44, 95
HSL226.4°, 53.2%, 24.3%
CMYK69%, 54%, 0%, 63%
HSV226.4°, 69.5%, 37.3%
LAB19.6, 12.5, -32.3
XYZ3.5, 2.9, 11.2
Decimal1911903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.31:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.72:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C5F;
}
.text-color {
color: #1D2C5F;
}
.border-color {
border: 2px solid #1D2C5F;
}