#c87af2
a light, electric violet · warm · closest name: violet
RGB
200, 122, 242
HSL
279°, 82%, 71%
CMYK
17, 50, 0, 5
Luminance
0.3261
Every format
| HEX | #c87af2 |
| RGB | rgb(200, 122, 242) |
| HSL | hsl(279, 82%, 71%) |
| CMYK | cmyk(17%, 50%, 0%, 5%) |
| LAB | lab(63.8 50.7 -48.5) |
| LCH | lch(63.8 70.2 316.3) |
| OKLCH | oklch(0.709 0.184 312.6) |
Copy-ready code
/* CSS */
color: #c87af2;
background-color: #c87af2;
/* Tailwind (arbitrary) */
class="text-[#c87af2] bg-[#c87af2]"
/* SCSS */
$brand: #c87af2;
/* SwiftUI */
Color(red: 0.784, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#c87af2")Accessibility — WCAG contrast
Aa
#c87af2 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87af2 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green47.8%
Blue94.9%
CMYK percentages
Cyan17.4%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#c87af2 text on a black background
contrast 7.52:1
Card sample
#c87af2 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87af2;
Background color
Panel with #c87af2 background
background-color: #c87af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87af2; background: linear-gradient(135deg, #c87af2, #F27ACC);