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