#421421
a deep, vivid magenta / pink · warm · closest name: black
RGB
66, 20, 33
HSL
343°, 54%, 17%
CMYK
0, 70, 50, 74
Luminance
0.0177
Every format
| HEX | #421421 |
| RGB | rgb(66, 20, 33) |
| HSL | hsl(343, 54%, 17%) |
| CMYK | cmyk(0%, 70%, 50%, 74%) |
| LAB | lab(14.2 23.6 2.8) |
| LCH | lch(14.2 23.8 6.7) |
| OKLCH | oklch(0.270 0.072 5.9) |
Copy-ready code
/* CSS */
color: #421421;
background-color: #421421;
/* Tailwind (arbitrary) */
class="text-[#421421] bg-[#421421]"
/* SCSS */
$brand: #421421;
/* SwiftUI */
Color(red: 0.259, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#421421")Accessibility — WCAG contrast
Aa
#421421 on white: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#421421 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow50.0%
Key (black)74.1%
Color previews
#421421 text on a black background
contrast 1.35:1
Card sample
#421421 text on a white background
contrast 15.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #421421;
Background color
Panel with #421421 background
background-color: #421421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #421421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #421421; background: linear-gradient(135deg, #421421, #422614);