#cc8cd9
a light, vivid violet · warm · closest name: plum
RGB
204, 140, 217
HSL
290°, 50%, 70%
CMYK
6, 36, 0, 15
Luminance
0.3660
Every format
| HEX | #cc8cd9 |
| RGB | rgb(204, 140, 217) |
| HSL | hsl(290, 50%, 70%) |
| CMYK | cmyk(6%, 36%, 0%, 15%) |
| LAB | lab(67.0 37.2 -29.7) |
| LCH | lch(67.0 47.6 321.3) |
| OKLCH | oklch(0.730 0.128 320.7) |
Copy-ready code
/* CSS */
color: #cc8cd9;
background-color: #cc8cd9;
/* Tailwind (arbitrary) */
class="text-[#cc8cd9] bg-[#cc8cd9]"
/* SCSS */
$brand: #cc8cd9;
/* SwiftUI */
Color(red: 0.800, green: 0.549, blue: 0.851)
/* Android */
Color.parseColor("#cc8cd9")Accessibility — WCAG contrast
Aa
#cc8cd9 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8cd9 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.9%
Blue85.1%
CMYK percentages
Cyan6.0%
Magenta35.5%
Yellow0.0%
Key (black)14.9%
Color previews
#cc8cd9 text on a black background
contrast 8.32:1
Card sample
#cc8cd9 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8cd9;
Background color
Panel with #cc8cd9 background
background-color: #cc8cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 140, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 140, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8cd9; background: linear-gradient(135deg, #cc8cd9, #D98CB3);