#662966
a dark, soft magenta / pink · warm · closest name: purple
RGB
102, 41, 102
HSL
300°, 43%, 28%
CMYK
0, 60, 0, 60
Luminance
0.0537
Every format
| HEX | #662966 |
| RGB | rgb(102, 41, 102) |
| HSL | hsl(300, 43%, 28%) |
| CMYK | cmyk(0%, 60%, 0%, 60%) |
| LAB | lab(27.8 36.4 -23.4) |
| LCH | lch(27.8 43.3 327.3) |
| OKLCH | oklch(0.393 0.120 327.6) |
Copy-ready code
/* CSS */
color: #662966;
background-color: #662966;
/* Tailwind (arbitrary) */
class="text-[#662966] bg-[#662966]"
/* SCSS */
$brand: #662966;
/* SwiftUI */
Color(red: 0.400, green: 0.161, blue: 0.400)
/* Android */
Color.parseColor("#662966")Accessibility — WCAG contrast
Aa
#662966 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662966 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green16.1%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow0.0%
Key (black)60.0%
Color previews
#662966 text on a black background
contrast 2.07:1
Card sample
#662966 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662966;
Background color
Panel with #662966 background
background-color: #662966;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662966;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 41, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 41, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662966; background: linear-gradient(135deg, #662966, #66293D);