#24051a
a deep, electric magenta / pink · warm · closest name: black
RGB
36, 5, 26
HSL
319°, 76%, 8%
CMYK
0, 86, 28, 86
Luminance
0.0056
Every format
| HEX | #24051a |
| RGB | rgb(36, 5, 26) |
| HSL | hsl(319, 76%, 8%) |
| CMYK | cmyk(0%, 86%, 28%, 86%) |
| LAB | lab(5.0 17.7 -6.1) |
| LCH | lch(5.0 18.7 341.1) |
| OKLCH | oklch(0.186 0.062 342.7) |
Copy-ready code
/* CSS */
color: #24051a;
background-color: #24051a;
/* Tailwind (arbitrary) */
class="text-[#24051a] bg-[#24051a]"
/* SCSS */
$brand: #24051a;
/* SwiftUI */
Color(red: 0.141, green: 0.020, blue: 0.102)
/* Android */
Color.parseColor("#24051a")Accessibility — WCAG contrast
Aa
#24051a on white: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24051a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green2.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow27.8%
Key (black)85.9%
Color previews
#24051a text on a black background
contrast 1.11:1
Card sample
#24051a text on a white background
contrast 18.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24051a;
Background color
Panel with #24051a background
background-color: #24051a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24051a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 5, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 5, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24051a; background: linear-gradient(135deg, #24051a, #240505);