#cd87fe
a light, electric violet · warm · closest name: violet
RGB
205, 135, 254
HSL
275°, 98%, 76%
CMYK
19, 47, 0, 0
Luminance
0.3746
Every format
| HEX | #cd87fe |
| RGB | rgb(205, 135, 254) |
| HSL | hsl(275, 98%, 76%) |
| CMYK | cmyk(19%, 47%, 0%, 0%) |
| LAB | lab(67.6 47.8 -49.1) |
| LCH | lch(67.6 68.5 314.2) |
| OKLCH | oklch(0.741 0.178 309.8) |
Copy-ready code
/* CSS */
color: #cd87fe;
background-color: #cd87fe;
/* Tailwind (arbitrary) */
class="text-[#cd87fe] bg-[#cd87fe]"
/* SCSS */
$brand: #cd87fe;
/* SwiftUI */
Color(red: 0.804, green: 0.529, blue: 0.996)
/* Android */
Color.parseColor("#cd87fe")Accessibility — WCAG contrast
Aa
#cd87fe on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd87fe on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.9%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta46.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cd87fe text on a black background
contrast 8.49:1
Card sample
#cd87fe text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd87fe;
Background color
Panel with #cd87fe background
background-color: #cd87fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd87fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 135, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 135, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd87fe; background: linear-gradient(135deg, #cd87fe, #FE87E0);