#420a29
a deep, vivid magenta / pink · warm · closest name: black
RGB
66, 10, 41
HSL
327°, 74%, 15%
CMYK
0, 85, 38, 74
Luminance
0.0154
Every format
| HEX | #420a29 |
| RGB | rgb(66, 10, 41) |
| HSL | hsl(327, 74%, 15%) |
| CMYK | cmyk(0%, 85%, 38%, 74%) |
| LAB | lab(12.8 29.3 -5.2) |
| LCH | lch(12.8 29.8 350.0) |
| OKLCH | oklch(0.261 0.091 351.5) |
Copy-ready code
/* CSS */
color: #420a29;
background-color: #420a29;
/* Tailwind (arbitrary) */
class="text-[#420a29] bg-[#420a29]"
/* SCSS */
$brand: #420a29;
/* SwiftUI */
Color(red: 0.259, green: 0.039, blue: 0.161)
/* Android */
Color.parseColor("#420a29")Accessibility — WCAG contrast
Aa
#420a29 on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#420a29 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green3.9%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow37.9%
Key (black)74.1%
Color previews
#420a29 text on a black background
contrast 1.31:1
Card sample
#420a29 text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #420a29;
Background color
Panel with #420a29 background
background-color: #420a29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #420a29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 10, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 10, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #420a29; background: linear-gradient(135deg, #420a29, #42100A);