#66035c
a deep, electric magenta / pink · warm · closest name: purple
RGB
102, 3, 92
HSL
306°, 94%, 21%
CMYK
0, 97, 10, 60
Luminance
0.0366
Every format
| HEX | #66035c |
| RGB | rgb(102, 3, 92) |
| HSL | hsl(306, 94%, 21%) |
| CMYK | cmyk(0%, 97%, 10%, 60%) |
| LAB | lab(22.5 47.9 -25.1) |
| LCH | lch(22.5 54.0 332.3) |
| OKLCH | oklch(0.353 0.155 333.5) |
Copy-ready code
/* CSS */
color: #66035c;
background-color: #66035c;
/* Tailwind (arbitrary) */
class="text-[#66035c] bg-[#66035c]"
/* SCSS */
$brand: #66035c;
/* SwiftUI */
Color(red: 0.400, green: 0.012, blue: 0.361)
/* Android */
Color.parseColor("#66035c")Accessibility — WCAG contrast
Aa
#66035c on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66035c on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green1.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow9.8%
Key (black)60.0%
Color previews
#66035c text on a black background
contrast 1.73:1
Card sample
#66035c text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66035c;
Background color
Panel with #66035c background
background-color: #66035c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66035c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 3, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 3, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66035c; background: linear-gradient(135deg, #66035c, #66031A);