#cc87eb
a light, vivid violet · warm · closest name: violet
RGB
204, 135, 235
HSL
281°, 71%, 73%
CMYK
13, 43, 0, 8
Luminance
0.3616
Every format
| HEX | #cc87eb |
| RGB | rgb(204, 135, 235) |
| HSL | hsl(281, 71%, 73%) |
| CMYK | cmyk(13%, 43%, 0%, 8%) |
| LAB | lab(66.7 43.5 -40.2) |
| LCH | lch(66.7 59.2 317.2) |
| OKLCH | oklch(0.730 0.157 314.7) |
Copy-ready code
/* CSS */
color: #cc87eb;
background-color: #cc87eb;
/* Tailwind (arbitrary) */
class="text-[#cc87eb] bg-[#cc87eb]"
/* SCSS */
$brand: #cc87eb;
/* SwiftUI */
Color(red: 0.800, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#cc87eb")Accessibility — WCAG contrast
Aa
#cc87eb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc87eb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.9%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cc87eb text on a black background
contrast 8.23:1
Card sample
#cc87eb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc87eb;
Background color
Panel with #cc87eb background
background-color: #cc87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc87eb; background: linear-gradient(135deg, #cc87eb, #EB87C7);