#c87cef
a light, electric violet · warm · closest name: violet
RGB
200, 124, 239
HSL
280°, 78%, 71%
CMYK
16, 48, 0, 6
Luminance
0.3293
Every format
| HEX | #c87cef |
| RGB | rgb(200, 124, 239) |
| HSL | hsl(280, 78%, 71%) |
| CMYK | cmyk(16%, 48%, 0%, 6%) |
| LAB | lab(64.1 49.0 -46.4) |
| LCH | lch(64.1 67.5 316.5) |
| OKLCH | oklch(0.711 0.177 313.2) |
Copy-ready code
/* CSS */
color: #c87cef;
background-color: #c87cef;
/* Tailwind (arbitrary) */
class="text-[#c87cef] bg-[#c87cef]"
/* SCSS */
$brand: #c87cef;
/* SwiftUI */
Color(red: 0.784, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#c87cef")Accessibility — WCAG contrast
Aa
#c87cef on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87cef on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green48.6%
Blue93.7%
CMYK percentages
Cyan16.3%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#c87cef text on a black background
contrast 7.59:1
Card sample
#c87cef text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87cef;
Background color
Panel with #c87cef background
background-color: #c87cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87cef; background: linear-gradient(135deg, #c87cef, #EF7CC9);