#662266
a dark, vivid magenta / pink · warm · closest name: purple
RGB
102, 34, 102
HSL
300°, 50%, 27%
CMYK
0, 67, 0, 60
Luminance
0.0493
Every format
| HEX | #662266 |
| RGB | rgb(102, 34, 102) |
| HSL | hsl(300, 50%, 27%) |
| CMYK | cmyk(0%, 67%, 0%, 60%) |
| LAB | lab(26.5 39.8 -25.3) |
| LCH | lch(26.5 47.2 327.5) |
| OKLCH | oklch(0.384 0.131 327.8) |
Copy-ready code
/* CSS */
color: #662266;
background-color: #662266;
/* Tailwind (arbitrary) */
class="text-[#662266] bg-[#662266]"
/* SCSS */
$brand: #662266;
/* SwiftUI */
Color(red: 0.400, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#662266")Accessibility — WCAG contrast
Aa
#662266 on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662266 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green13.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow0.0%
Key (black)60.0%
Color previews
#662266 text on a black background
contrast 1.99:1
Card sample
#662266 text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662266;
Background color
Panel with #662266 background
background-color: #662266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662266; background: linear-gradient(135deg, #662266, #662239);