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