#2C2466
A dark, moderate blue closely aligning with Darkslateblue.
About #2C2466
Visually, #2C2466 is defined as a moderate blue. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 44 parts red, 36 parts green, and 102 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 57% C, 65% M, 0% Y, and 60% K. The HSL representation is 247.3° hue, 47.8% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C2466
RGB44, 36, 102
HSL247.3°, 47.8%, 27.1%
CMYK57%, 65%, 0%, 60%
HSV247.3°, 64.7%, 40.0%
LAB19.0, 23.9, -37.8
XYZ4.1, 2.8, 12.9
Decimal2892902
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.54:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.94:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2466;
}
.text-color {
color: #2C2466;
}
.border-color {
border: 2px solid #2C2466;
}