#cc8eb5
a light, soft magenta / pink · warm · closest name: plum
RGB
204, 142, 181
HSL
322°, 38%, 68%
CMYK
0, 30, 11, 20
Luminance
0.3552
Every format
| HEX | #cc8eb5 |
| RGB | rgb(204, 142, 181) |
| HSL | hsl(322, 38%, 68%) |
| CMYK | cmyk(0%, 30%, 11%, 20%) |
| LAB | lab(66.2 29.5 -10.9) |
| LCH | lch(66.2 31.4 339.7) |
| OKLCH | oklch(0.720 0.091 341.5) |
Copy-ready code
/* CSS */
color: #cc8eb5;
background-color: #cc8eb5;
/* Tailwind (arbitrary) */
class="text-[#cc8eb5] bg-[#cc8eb5]"
/* SCSS */
$brand: #cc8eb5;
/* SwiftUI */
Color(red: 0.800, green: 0.557, blue: 0.710)
/* Android */
Color.parseColor("#cc8eb5")Accessibility — WCAG contrast
Aa
#cc8eb5 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8eb5 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green55.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow11.3%
Key (black)20.0%
Color previews
#cc8eb5 text on a black background
contrast 8.10:1
Card sample
#cc8eb5 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8eb5;
Background color
Panel with #cc8eb5 background
background-color: #cc8eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 142, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 142, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8eb5; background: linear-gradient(135deg, #cc8eb5, #CC908E);