#241721
a deep, soft magenta / pink · warm · closest name: black
RGB
36, 23, 33
HSL
314°, 22%, 12%
CMYK
0, 36, 8, 86
Luminance
0.0110
Every format
| HEX | #241721 |
| RGB | rgb(36, 23, 33) |
| HSL | hsl(314, 22%, 12%) |
| CMYK | cmyk(0%, 36%, 8%, 86%) |
| LAB | lab(9.8 8.7 -4.3) |
| LCH | lch(9.8 9.7 333.5) |
| OKLCH | oklch(0.226 0.028 335.0) |
Copy-ready code
/* CSS */
color: #241721;
background-color: #241721;
/* Tailwind (arbitrary) */
class="text-[#241721] bg-[#241721]"
/* SCSS */
$brand: #241721;
/* SwiftUI */
Color(red: 0.141, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#241721")Accessibility — WCAG contrast
Aa
#241721 on white: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241721 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow8.3%
Key (black)85.9%
Color previews
#241721 text on a black background
contrast 1.22:1
Card sample
#241721 text on a white background
contrast 17.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241721;
Background color
Panel with #241721 background
background-color: #241721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241721; background: linear-gradient(135deg, #241721, #241718);