#2C3A83
A dark, moderate blue closely aligning with Darkslateblue.
About #2C3A83
The hex code #2C3A83 represents a beautifully specific shade of blue. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 44 red, 58 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 66% C, 56% M, 0% Y, and 49% K. With a hue angle of 230.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C3A83
RGB44, 58, 131
HSL230.3°, 49.7%, 34.3%
CMYK66%, 56%, 0%, 49%
HSV230.3°, 66.4%, 51.4%
LAB27.3, 19.4, -42.9
XYZ6.6, 5.2, 22.1
Decimal2898563
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.29:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.84:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3A83;
}
.text-color {
color: #2C3A83;
}
.border-color {
border: 2px solid #2C3A83;
}