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