#241421
a deep, soft magenta / pink · warm · closest name: black
RGB
36, 20, 33
HSL
311°, 29%, 11%
CMYK
0, 44, 8, 86
Luminance
0.0099
Every format
| HEX | #241421 |
| RGB | rgb(36, 20, 33) |
| HSL | hsl(311, 29%, 11%) |
| CMYK | cmyk(0%, 44%, 8%, 86%) |
| LAB | lab(8.9 10.9 -5.7) |
| LCH | lch(8.9 12.3 332.3) |
| OKLCH | oklch(0.219 0.035 333.7) |
Copy-ready code
/* CSS */
color: #241421;
background-color: #241421;
/* Tailwind (arbitrary) */
class="text-[#241421] bg-[#241421]"
/* SCSS */
$brand: #241421;
/* SwiftUI */
Color(red: 0.141, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#241421")Accessibility — WCAG contrast
Aa
#241421 on white: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241421 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow8.3%
Key (black)85.9%
Color previews
#241421 text on a black background
contrast 1.20:1
Card sample
#241421 text on a white background
contrast 17.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241421;
Background color
Panel with #241421 background
background-color: #241421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241421; background: linear-gradient(135deg, #241421, #241416);