#660a66
a deep, electric magenta / pink · warm · closest name: purple
RGB
102, 10, 102
HSL
300°, 82%, 22%
CMYK
0, 90, 0, 60
Luminance
0.0400
Every format
| HEX | #660a66 |
| RGB | rgb(102, 10, 102) |
| HSL | hsl(300, 82%, 22%) |
| CMYK | cmyk(0%, 90%, 0%, 60%) |
| LAB | lab(23.7 48.0 -29.9) |
| LCH | lch(23.7 56.5 328.1) |
| OKLCH | oklch(0.363 0.158 328.2) |
Copy-ready code
/* CSS */
color: #660a66;
background-color: #660a66;
/* Tailwind (arbitrary) */
class="text-[#660a66] bg-[#660a66]"
/* SCSS */
$brand: #660a66;
/* SwiftUI */
Color(red: 0.400, green: 0.039, blue: 0.400)
/* Android */
Color.parseColor("#660a66")Accessibility — WCAG contrast
Aa
#660a66 on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660a66 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green3.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow0.0%
Key (black)60.0%
Color previews
#660a66 text on a black background
contrast 1.80:1
Card sample
#660a66 text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660a66;
Background color
Panel with #660a66 background
background-color: #660a66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660a66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 10, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 10, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660a66; background: linear-gradient(135deg, #660a66, #660A29);