#cc88aa
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 136, 170
HSL
330°, 40%, 67%
CMYK
0, 33, 17, 20
Luminance
0.3335
Every format
| HEX | #cc88aa |
| RGB | rgb(204, 136, 170) |
| HSL | hsl(330, 40%, 67%) |
| CMYK | cmyk(0%, 33%, 17%, 20%) |
| LAB | lab(64.4 30.9 -7.2) |
| LCH | lch(64.4 31.8 346.8) |
| OKLCH | oklch(0.706 0.094 348.4) |
Copy-ready code
/* CSS */
color: #cc88aa;
background-color: #cc88aa;
/* Tailwind (arbitrary) */
class="text-[#cc88aa] bg-[#cc88aa]"
/* SCSS */
$brand: #cc88aa;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.667)
/* Android */
Color.parseColor("#cc88aa")Accessibility — WCAG contrast
Aa
#cc88aa on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc88aa on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow16.7%
Key (black)20.0%
Color previews
#cc88aa text on a black background
contrast 7.67:1
Card sample
#cc88aa text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc88aa;
Background color
Panel with #cc88aa background
background-color: #cc88aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc88aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc88aa; background: linear-gradient(135deg, #cc88aa, #CC9388);