#421021
a deep, vivid magenta / pink · warm · closest name: black
RGB
66, 16, 33
HSL
340°, 61%, 16%
CMYK
0, 76, 50, 74
Luminance
0.0164
Every format
| HEX | #421021 |
| RGB | rgb(66, 16, 33) |
| HSL | hsl(340, 61%, 16%) |
| CMYK | cmyk(0%, 76%, 50%, 74%) |
| LAB | lab(13.5 25.7 1.7) |
| LCH | lch(13.5 25.7 3.8) |
| OKLCH | oklch(0.264 0.079 3.4) |
Copy-ready code
/* CSS */
color: #421021;
background-color: #421021;
/* Tailwind (arbitrary) */
class="text-[#421021] bg-[#421021]"
/* SCSS */
$brand: #421021;
/* SwiftUI */
Color(red: 0.259, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#421021")Accessibility — WCAG contrast
Aa
#421021 on white: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#421021 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow50.0%
Key (black)74.1%
Color previews
#421021 text on a black background
contrast 1.33:1
Card sample
#421021 text on a white background
contrast 15.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #421021;
Background color
Panel with #421021 background
background-color: #421021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #421021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #421021; background: linear-gradient(135deg, #421021, #422010);