#663366
a dark, soft magenta / pink · warm · closest name: purple
RGB
102, 51, 102
HSL
300°, 33%, 30%
CMYK
0, 50, 0, 60
Luminance
0.0615
Every format
| HEX | #663366 |
| RGB | rgb(102, 51, 102) |
| HSL | hsl(300, 33%, 30%) |
| CMYK | cmyk(0%, 50%, 0%, 60%) |
| LAB | lab(29.8 31.0 -20.2) |
| LCH | lch(29.8 37.0 326.9) |
| OKLCH | oklch(0.407 0.102 327.3) |
Copy-ready code
/* CSS */
color: #663366;
background-color: #663366;
/* Tailwind (arbitrary) */
class="text-[#663366] bg-[#663366]"
/* SCSS */
$brand: #663366;
/* SwiftUI */
Color(red: 0.400, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#663366")Accessibility — WCAG contrast
Aa
#663366 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#663366 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green20.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow0.0%
Key (black)60.0%
Color previews
#663366 text on a black background
contrast 2.23:1
Card sample
#663366 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #663366;
Background color
Panel with #663366 background
background-color: #663366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #663366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #663366; background: linear-gradient(135deg, #663366, #663344);