#24008A
A dark, vivid purple closely aligning with Darkblue.
About #24008A
The hex code #24008A represents a beautifully specific shade of purple. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 36 red, 0 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 74% cyan, 100% magenta, 0% yellow, and 46% black. The HSL representation is 255.7° hue, 100.0% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24008A
RGB36, 0, 138
HSL255.7°, 100.0%, 27.1%
CMYK74%, 100%, 0%, 46%
HSV255.7°, 100.0%, 54.1%
LAB16.6, 50.9, -65.0
XYZ5.3, 2.2, 24.2
Decimal2359434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.56:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.92:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #24008A;
}
.text-color {
color: #24008A;
}
.border-color {
border: 2px solid #24008A;
}