#663352
a dark, soft magenta / pink · warm · closest name: gray
RGB
102, 51, 82
HSL
324°, 33%, 30%
CMYK
0, 50, 20, 60
Luminance
0.0580
Every format
| HEX | #663352 |
| RGB | rgb(102, 51, 82) |
| HSL | hsl(324, 33%, 30%) |
| CMYK | cmyk(0%, 50%, 20%, 60%) |
| LAB | lab(28.9 27.2 -8.6) |
| LCH | lch(28.9 28.6 342.5) |
| OKLCH | oklch(0.398 0.084 344.3) |
Copy-ready code
/* CSS */
color: #663352;
background-color: #663352;
/* Tailwind (arbitrary) */
class="text-[#663352] bg-[#663352]"
/* SCSS */
$brand: #663352;
/* SwiftUI */
Color(red: 0.400, green: 0.200, blue: 0.322)
/* Android */
Color.parseColor("#663352")Accessibility — WCAG contrast
Aa
#663352 on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#663352 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green20.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow19.6%
Key (black)60.0%
Color previews
#663352 text on a black background
contrast 2.16:1
Card sample
#663352 text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #663352;
Background color
Panel with #663352 background
background-color: #663352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #663352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 51, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 51, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #663352; background: linear-gradient(135deg, #663352, #663633);