#24103c
a deep, vivid violet · warm · closest name: midnightblue
RGB
36, 16, 60
HSL
267°, 58%, 15%
CMYK
40, 73, 0, 77
Luminance
0.0107
Every format
| HEX | #24103c |
| RGB | rgb(36, 16, 60) |
| HSL | hsl(267, 58%, 15%) |
| CMYK | cmyk(40%, 73%, 0%, 77%) |
| LAB | lab(9.6 21.2 -24.5) |
| LCH | lch(9.6 32.4 310.9) |
| OKLCH | oklch(0.230 0.081 301.1) |
Copy-ready code
/* CSS */
color: #24103c;
background-color: #24103c;
/* Tailwind (arbitrary) */
class="text-[#24103c] bg-[#24103c]"
/* SCSS */
$brand: #24103c;
/* SwiftUI */
Color(red: 0.141, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#24103c")Accessibility — WCAG contrast
Aa
#24103c on white: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24103c on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green6.3%
Blue23.5%
CMYK percentages
Cyan40.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#24103c text on a black background
contrast 1.21:1
Card sample
#24103c text on a white background
contrast 17.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24103c;
Background color
Panel with #24103c background
background-color: #24103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24103c; background: linear-gradient(135deg, #24103c, #3C1037);