#66004b
a deep, electric magenta / pink · warm · closest name: purple
RGB
102, 0, 75
HSL
316°, 100%, 20%
CMYK
0, 100, 27, 60
Luminance
0.0333
Every format
| HEX | #66004b |
| RGB | rgb(102, 0, 75) |
| HSL | hsl(316, 100%, 20%) |
| CMYK | cmyk(0%, 100%, 27%, 60%) |
| LAB | lab(21.3 46.1 -15.5) |
| LCH | lch(21.3 48.7 341.4) |
| OKLCH | oklch(0.341 0.146 343.4) |
Copy-ready code
/* CSS */
color: #66004b;
background-color: #66004b;
/* Tailwind (arbitrary) */
class="text-[#66004b] bg-[#66004b]"
/* SCSS */
$brand: #66004b;
/* SwiftUI */
Color(red: 0.400, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#66004b")Accessibility — WCAG contrast
Aa
#66004b on white: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66004b on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green0.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow26.5%
Key (black)60.0%
Color previews
#66004b text on a black background
contrast 1.67:1
Card sample
#66004b text on a white background
contrast 12.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66004b;
Background color
Panel with #66004b background
background-color: #66004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66004b; background: linear-gradient(135deg, #66004b, #660007);