#1D50A0
A dark, moderate blue closely aligning with Darkslateblue.
About #1D50A0
Visually, #1D50A0 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 29 parts red, 80 parts green, and 160 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 50% M, 0% Y, and 37% K. The HSL representation is 216.6° hue, 69.3% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D50A0
RGB29, 80, 160
HSL216.6°, 69.3%, 37.1%
CMYK82%, 50%, 0%, 37%
HSV216.6°, 81.9%, 62.7%
LAB35.1, 13.7, -48.1
XYZ9.7, 8.5, 34.4
Decimal1921184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D50A0;
}
.text-color {
color: #1D50A0;
}
.border-color {
border: 2px solid #1D50A0;
}