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