#24000c
a deep, electric magenta / pink · warm · closest name: black
RGB
36, 0, 12
HSL
340°, 100%, 7%
CMYK
0, 100, 67, 86
Luminance
0.0040
Every format
| HEX | #24000c |
| RGB | rgb(36, 0, 12) |
| HSL | hsl(340, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 67%, 86%) |
| LAB | lab(3.6 16.9 0.8) |
| LCH | lch(3.6 16.9 2.6) |
| OKLCH | oklch(0.168 0.068 3.1) |
Copy-ready code
/* CSS */
color: #24000c;
background-color: #24000c;
/* Tailwind (arbitrary) */
class="text-[#24000c] bg-[#24000c]"
/* SCSS */
$brand: #24000c;
/* SwiftUI */
Color(red: 0.141, green: 0.000, blue: 0.047)
/* Android */
Color.parseColor("#24000c")Accessibility — WCAG contrast
Aa
#24000c on white: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24000c on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green0.0%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.7%
Key (black)85.9%
Color previews
#24000c text on a black background
contrast 1.08:1
Card sample
#24000c text on a white background
contrast 19.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24000c;
Background color
Panel with #24000c background
background-color: #24000c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24000c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 0, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 0, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24000c; background: linear-gradient(135deg, #24000c, #240C00);