#66094c
a deep, electric magenta / pink · warm · closest name: purple
RGB
102, 9, 76
HSL
317°, 84%, 22%
CMYK
0, 91, 26, 60
Luminance
0.0354
Every format
| HEX | #66094c |
| RGB | rgb(102, 9, 76) |
| HSL | hsl(317, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 26%, 60%) |
| LAB | lab(22.1 44.2 -15.0) |
| LCH | lch(22.1 46.7 341.2) |
| OKLCH | oklch(0.347 0.140 343.2) |
Copy-ready code
/* CSS */
color: #66094c;
background-color: #66094c;
/* Tailwind (arbitrary) */
class="text-[#66094c] bg-[#66094c]"
/* SCSS */
$brand: #66094c;
/* SwiftUI */
Color(red: 0.400, green: 0.035, blue: 0.298)
/* Android */
Color.parseColor("#66094c")Accessibility — WCAG contrast
Aa
#66094c on white: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66094c on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green3.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow25.5%
Key (black)60.0%
Color previews
#66094c text on a black background
contrast 1.71:1
Card sample
#66094c text on a white background
contrast 12.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66094c;
Background color
Panel with #66094c background
background-color: #66094c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66094c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 9, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 9, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66094c; background: linear-gradient(135deg, #66094c, #66090E);