#24235B
A dark, moderate blue closely aligning with Darkslateblue.
About #24235B
The hex code #24235B represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(36, 35, 91).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 60% cyan, 62% magenta, 0% yellow, and 64% black. The HSL representation is 241.1° hue, 44.4% saturation, and 24.7% lightness.
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#24235B
RGB36, 35, 91
HSL241.1°, 44.4%, 24.7%
CMYK60%, 62%, 0%, 64%
HSV241.1°, 61.5%, 35.7%
LAB17.1, 18.9, -33.6
XYZ3.2, 2.3, 10.2
Decimal2368347
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.32:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.69:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #24235B;
}
.text-color {
color: #24235B;
}
.border-color {
border: 2px solid #24235B;
}