#66297a
a dark, vivid violet · warm · closest name: purple
RGB
102, 41, 122
HSL
285°, 50%, 32%
CMYK
16, 66, 0, 52
Luminance
0.0582
Every format
| HEX | #66297a |
| RGB | rgb(102, 41, 122) |
| HSL | hsl(285, 50%, 32%) |
| CMYK | cmyk(16%, 66%, 0%, 52%) |
| LAB | lab(28.9 40.6 -34.3) |
| LCH | lch(28.9 53.2 319.8) |
| OKLCH | oklch(0.405 0.141 316.8) |
Copy-ready code
/* CSS */
color: #66297a;
background-color: #66297a;
/* Tailwind (arbitrary) */
class="text-[#66297a] bg-[#66297a]"
/* SCSS */
$brand: #66297a;
/* SwiftUI */
Color(red: 0.400, green: 0.161, blue: 0.478)
/* Android */
Color.parseColor("#66297a")Accessibility — WCAG contrast
Aa
#66297a on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66297a on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green16.1%
Blue47.8%
CMYK percentages
Cyan16.4%
Magenta66.4%
Yellow0.0%
Key (black)52.2%
Color previews
#66297a text on a black background
contrast 2.16:1
Card sample
#66297a text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66297a;
Background color
Panel with #66297a background
background-color: #66297a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66297a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 41, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 41, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66297a; background: linear-gradient(135deg, #66297a, #7A2958);