#241921
a deep, soft magenta / pink · warm · closest name: black
RGB
36, 25, 33
HSL
316°, 18%, 12%
CMYK
0, 31, 8, 86
Luminance
0.0118
Every format
| HEX | #241921 |
| RGB | rgb(36, 25, 33) |
| HSL | hsl(316, 18%, 12%) |
| CMYK | cmyk(0%, 31%, 8%, 86%) |
| LAB | lab(10.4 7.2 -3.4) |
| LCH | lch(10.4 8.0 334.8) |
| OKLCH | oklch(0.231 0.023 336.4) |
Copy-ready code
/* CSS */
color: #241921;
background-color: #241921;
/* Tailwind (arbitrary) */
class="text-[#241921] bg-[#241921]"
/* SCSS */
$brand: #241921;
/* SwiftUI */
Color(red: 0.141, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#241921")Accessibility — WCAG contrast
Aa
#241921 on white: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241921 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow8.3%
Key (black)85.9%
Color previews
#241921 text on a black background
contrast 1.24:1
Card sample
#241921 text on a white background
contrast 16.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241921;
Background color
Panel with #241921 background
background-color: #241921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241921; background: linear-gradient(135deg, #241921, #24191A);