#cc8fe0
a light, vivid violet · warm · closest name: plum
RGB
204, 143, 224
HSL
285°, 57%, 72%
CMYK
9, 36, 0, 12
Luminance
0.3786
Every format
| HEX | #cc8fe0 |
| RGB | rgb(204, 143, 224) |
| HSL | hsl(285, 57%, 72%) |
| CMYK | cmyk(9%, 36%, 0%, 12%) |
| LAB | lab(67.9 36.9 -32.2) |
| LCH | lch(67.9 49.0 318.9) |
| OKLCH | oklch(0.738 0.131 317.6) |
Copy-ready code
/* CSS */
color: #cc8fe0;
background-color: #cc8fe0;
/* Tailwind (arbitrary) */
class="text-[#cc8fe0] bg-[#cc8fe0]"
/* SCSS */
$brand: #cc8fe0;
/* SwiftUI */
Color(red: 0.800, green: 0.561, blue: 0.878)
/* Android */
Color.parseColor("#cc8fe0")Accessibility — WCAG contrast
Aa
#cc8fe0 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8fe0 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.1%
Blue87.8%
CMYK percentages
Cyan8.9%
Magenta36.2%
Yellow0.0%
Key (black)12.2%
Color previews
#cc8fe0 text on a black background
contrast 8.57:1
Card sample
#cc8fe0 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8fe0;
Background color
Panel with #cc8fe0 background
background-color: #cc8fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 143, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 143, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8fe0; background: linear-gradient(135deg, #cc8fe0, #E08FBE);