#cc87ff
a light, electric violet · warm · closest name: violet
RGB
204, 135, 255
HSL
275°, 100%, 77%
CMYK
20, 47, 0, 0
Luminance
0.3739
Every format
| HEX | #cc87ff |
| RGB | rgb(204, 135, 255) |
| HSL | hsl(275, 100%, 77%) |
| CMYK | cmyk(20%, 47%, 0%, 0%) |
| LAB | lab(67.6 47.7 -49.7) |
| LCH | lch(67.6 68.9 313.8) |
| OKLCH | oklch(0.740 0.179 309.2) |
Copy-ready code
/* CSS */
color: #cc87ff;
background-color: #cc87ff;
/* Tailwind (arbitrary) */
class="text-[#cc87ff] bg-[#cc87ff]"
/* SCSS */
$brand: #cc87ff;
/* SwiftUI */
Color(red: 0.800, green: 0.529, blue: 1.000)
/* Android */
Color.parseColor("#cc87ff")Accessibility — WCAG contrast
Aa
#cc87ff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc87ff on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.9%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta47.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cc87ff text on a black background
contrast 8.48:1
Card sample
#cc87ff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc87ff;
Background color
Panel with #cc87ff background
background-color: #cc87ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc87ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 135, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 135, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc87ff; background: linear-gradient(135deg, #cc87ff, #FF87E2);