#66295c
a dark, soft magenta / pink · warm · closest name: purple
RGB
102, 41, 92
HSL
310°, 43%, 28%
CMYK
0, 60, 10, 60
Luminance
0.0518
Every format
| HEX | #66295c |
| RGB | rgb(102, 41, 92) |
| HSL | hsl(310, 43%, 28%) |
| CMYK | cmyk(0%, 60%, 10%, 60%) |
| LAB | lab(27.3 34.5 -17.7) |
| LCH | lch(27.3 38.8 332.9) |
| OKLCH | oklch(0.387 0.111 334.3) |
Copy-ready code
/* CSS */
color: #66295c;
background-color: #66295c;
/* Tailwind (arbitrary) */
class="text-[#66295c] bg-[#66295c]"
/* SCSS */
$brand: #66295c;
/* SwiftUI */
Color(red: 0.400, green: 0.161, blue: 0.361)
/* Android */
Color.parseColor("#66295c")Accessibility — WCAG contrast
Aa
#66295c on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66295c on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green16.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow9.8%
Key (black)60.0%
Color previews
#66295c text on a black background
contrast 2.04:1
Card sample
#66295c text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66295c;
Background color
Panel with #66295c background
background-color: #66295c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66295c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 41, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 41, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66295c; background: linear-gradient(135deg, #66295c, #662933);