#1D2C49
A dark, moderate blue closely aligning with Darkslategray.
About #1D2C49
At its core, #1D2C49 is a dark and moderate hue. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 44, and 73.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 60% Cyan, 40% Magenta, 0% Yellow, and 71% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D2C49
RGB29, 44, 73
HSL219.5°, 43.1%, 20.0%
CMYK60%, 40%, 0%, 71%
HSV219.5°, 60.3%, 28.6%
LAB18.1, 3.8, -20.0
XYZ2.6, 2.5, 6.7
Decimal1911881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.92:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.30:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C49;
}
.text-color {
color: #1D2C49;
}
.border-color {
border: 2px solid #1D2C49;
}