#1D3AA8
A dark, vivid blue closely aligning with Slateblue.
About #1D3AA8
When working with digital screens, the color #1D3AA8 is rendered by mixing light. It is closely associated with the named CSS color Slateblue. This translates to an RGB value of rgb(29, 58, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 83% cyan and 65% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#1D3AA8
RGB29, 58, 168
HSL227.5°, 70.6%, 38.6%
CMYK83%, 65%, 0%, 34%
HSV227.5°, 82.7%, 65.9%
LAB29.7, 31.7, -61.7
XYZ9.1, 6.1, 37.7
Decimal1915560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.45:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.03:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D3AA8;
}
.text-color {
color: #1D3AA8;
}
.border-color {
border: 2px solid #1D3AA8;
}