#c87eee
a light, electric violet · warm · closest name: violet
RGB
200, 126, 238
HSL
280°, 77%, 71%
CMYK
16, 47, 0, 7
Luminance
0.3337
Every format
| HEX | #c87eee |
| RGB | rgb(200, 126, 238) |
| HSL | hsl(280, 77%, 71%) |
| CMYK | cmyk(16%, 47%, 0%, 7%) |
| LAB | lab(64.5 47.8 -45.3) |
| LCH | lch(64.5 65.8 316.5) |
| OKLCH | oklch(0.713 0.173 313.2) |
Copy-ready code
/* CSS */
color: #c87eee;
background-color: #c87eee;
/* Tailwind (arbitrary) */
class="text-[#c87eee] bg-[#c87eee]"
/* SCSS */
$brand: #c87eee;
/* SwiftUI */
Color(red: 0.784, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#c87eee")Accessibility — WCAG contrast
Aa
#c87eee on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87eee on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green49.4%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#c87eee text on a black background
contrast 7.67:1
Card sample
#c87eee text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87eee;
Background color
Panel with #c87eee background
background-color: #c87eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87eee; background: linear-gradient(135deg, #c87eee, #EE7EC9);