#cc8eb8
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 142, 184
HSL
319°, 38%, 68%
CMYK
0, 30, 10, 20
Luminance
0.3564
Every format
| HEX | #cc8eb8 |
| RGB | rgb(204, 142, 184) |
| HSL | hsl(319, 38%, 68%) |
| CMYK | cmyk(0%, 30%, 10%, 20%) |
| LAB | lab(66.3 30.0 -12.4) |
| LCH | lch(66.3 32.5 337.5) |
| OKLCH | oklch(0.721 0.093 339.2) |
Copy-ready code
/* CSS */
color: #cc8eb8;
background-color: #cc8eb8;
/* Tailwind (arbitrary) */
class="text-[#cc8eb8] bg-[#cc8eb8]"
/* SCSS */
$brand: #cc8eb8;
/* SwiftUI */
Color(red: 0.800, green: 0.557, blue: 0.722)
/* Android */
Color.parseColor("#cc8eb8")Accessibility — WCAG contrast
Aa
#cc8eb8 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8eb8 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green55.7%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow9.8%
Key (black)20.0%
Color previews
#cc8eb8 text on a black background
contrast 8.13:1
Card sample
#cc8eb8 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8eb8;
Background color
Panel with #cc8eb8 background
background-color: #cc8eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 142, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 142, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8eb8; background: linear-gradient(135deg, #cc8eb8, #CC8E8E);