#241624
a deep, soft magenta / pink · warm · closest name: black
RGB
36, 22, 36
HSL
300°, 24%, 11%
CMYK
0, 39, 0, 86
Luminance
0.0108
Every format
| HEX | #241624 |
| RGB | rgb(36, 22, 36) |
| HSL | hsl(300, 24%, 11%) |
| CMYK | cmyk(0%, 39%, 0%, 86%) |
| LAB | lab(9.6 10.2 -6.8) |
| LCH | lch(9.6 12.3 326.1) |
| OKLCH | oklch(0.225 0.034 326.6) |
Copy-ready code
/* CSS */
color: #241624;
background-color: #241624;
/* Tailwind (arbitrary) */
class="text-[#241624] bg-[#241624]"
/* SCSS */
$brand: #241624;
/* SwiftUI */
Color(red: 0.141, green: 0.086, blue: 0.141)
/* Android */
Color.parseColor("#241624")Accessibility — WCAG contrast
Aa
#241624 on white: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241624 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green8.6%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow0.0%
Key (black)85.9%
Color previews
#241624 text on a black background
contrast 1.22:1
Card sample
#241624 text on a white background
contrast 17.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241624;
Background color
Panel with #241624 background
background-color: #241624;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241624;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 22, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 22, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241624; background: linear-gradient(135deg, #241624, #24161B);