#c87af5
a light, electric violet · warm · closest name: violet
RGB
200, 122, 245
HSL
278°, 86%, 72%
CMYK
18, 50, 0, 4
Luminance
0.3279
Every format
| HEX | #c87af5 |
| RGB | rgb(200, 122, 245) |
| HSL | hsl(278, 86%, 72%) |
| CMYK | cmyk(18%, 50%, 0%, 4%) |
| LAB | lab(64.0 51.3 -49.9) |
| LCH | lch(64.0 71.6 315.8) |
| OKLCH | oklch(0.711 0.187 311.8) |
Copy-ready code
/* CSS */
color: #c87af5;
background-color: #c87af5;
/* Tailwind (arbitrary) */
class="text-[#c87af5] bg-[#c87af5]"
/* SCSS */
$brand: #c87af5;
/* SwiftUI */
Color(red: 0.784, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#c87af5")Accessibility — WCAG contrast
Aa
#c87af5 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87af5 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green47.8%
Blue96.1%
CMYK percentages
Cyan18.4%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#c87af5 text on a black background
contrast 7.56:1
Card sample
#c87af5 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87af5;
Background color
Panel with #c87af5 background
background-color: #c87af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87af5; background: linear-gradient(135deg, #c87af5, #F57AD0);