#66002b
a deep, electric magenta / pink · warm · closest name: maroon
RGB
102, 0, 43
HSL
335°, 100%, 20%
CMYK
0, 100, 58, 60
Luminance
0.0300
Every format
| HEX | #66002b |
| RGB | rgb(102, 0, 43) |
| HSL | hsl(335, 100%, 20%) |
| CMYK | cmyk(0%, 100%, 58%, 60%) |
| LAB | lab(20.0 42.8 4.9) |
| LCH | lch(20.0 43.1 6.5) |
| OKLCH | oklch(0.328 0.132 5.5) |
Copy-ready code
/* CSS */
color: #66002b;
background-color: #66002b;
/* Tailwind (arbitrary) */
class="text-[#66002b] bg-[#66002b]"
/* SCSS */
$brand: #66002b;
/* SwiftUI */
Color(red: 0.400, green: 0.000, blue: 0.169)
/* Android */
Color.parseColor("#66002b")Accessibility — WCAG contrast
Aa
#66002b on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66002b on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green0.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow57.8%
Key (black)60.0%
Color previews
#66002b text on a black background
contrast 1.60:1
Card sample
#66002b text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66002b;
Background color
Panel with #66002b background
background-color: #66002b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66002b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 0, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 0, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66002b; background: linear-gradient(135deg, #66002b, #661900);