#cc88b0
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 136, 176
HSL
325°, 40%, 67%
CMYK
0, 33, 14, 20
Luminance
0.3358
Every format
| HEX | #cc88b0 |
| RGB | rgb(204, 136, 176) |
| HSL | hsl(325, 40%, 67%) |
| CMYK | cmyk(0%, 33%, 14%, 20%) |
| LAB | lab(64.6 31.9 -10.3) |
| LCH | lch(64.6 33.5 342.0) |
| OKLCH | oklch(0.708 0.098 343.8) |
Copy-ready code
/* CSS */
color: #cc88b0;
background-color: #cc88b0;
/* Tailwind (arbitrary) */
class="text-[#cc88b0] bg-[#cc88b0]"
/* SCSS */
$brand: #cc88b0;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.690)
/* Android */
Color.parseColor("#cc88b0")Accessibility — WCAG contrast
Aa
#cc88b0 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc88b0 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow13.7%
Key (black)20.0%
Color previews
#cc88b0 text on a black background
contrast 7.72:1
Card sample
#cc88b0 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc88b0;
Background color
Panel with #cc88b0 background
background-color: #cc88b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc88b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc88b0; background: linear-gradient(135deg, #cc88b0, #CC8D88);