#c87dfe
a light, electric violet · warm · closest name: violet
RGB
200, 125, 254
HSL
275°, 99%, 74%
CMYK
21, 51, 0, 0
Luminance
0.3410
Every format
| HEX | #c87dfe |
| RGB | rgb(200, 125, 254) |
| HSL | hsl(275, 99%, 74%) |
| CMYK | cmyk(21%, 51%, 0%, 0%) |
| LAB | lab(65.0 51.7 -53.2) |
| LCH | lch(65.0 74.2 314.2) |
| OKLCH | oklch(0.720 0.192 309.2) |
Copy-ready code
/* CSS */
color: #c87dfe;
background-color: #c87dfe;
/* Tailwind (arbitrary) */
class="text-[#c87dfe] bg-[#c87dfe]"
/* SCSS */
$brand: #c87dfe;
/* SwiftUI */
Color(red: 0.784, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#c87dfe")Accessibility — WCAG contrast
Aa
#c87dfe on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87dfe on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green49.0%
Blue99.6%
CMYK percentages
Cyan21.3%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#c87dfe text on a black background
contrast 7.82:1
Card sample
#c87dfe text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87dfe;
Background color
Panel with #c87dfe background
background-color: #c87dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87dfe; background: linear-gradient(135deg, #c87dfe, #FE7DDE);