#c86ef1
a light, electric violet · warm · closest name: violet
RGB
200, 110, 241
HSL
281°, 82%, 69%
CMYK
17, 54, 0, 6
Luminance
0.2978
Every format
| HEX | #c86ef1 |
| RGB | rgb(200, 110, 241) |
| HSL | hsl(281, 82%, 69%) |
| CMYK | cmyk(17%, 54%, 0%, 6%) |
| LAB | lab(61.5 56.6 -51.7) |
| LCH | lch(61.5 76.7 317.6) |
| OKLCH | oklch(0.692 0.201 314.1) |
Copy-ready code
/* CSS */
color: #c86ef1;
background-color: #c86ef1;
/* Tailwind (arbitrary) */
class="text-[#c86ef1] bg-[#c86ef1]"
/* SCSS */
$brand: #c86ef1;
/* SwiftUI */
Color(red: 0.784, green: 0.431, blue: 0.945)
/* Android */
Color.parseColor("#c86ef1")Accessibility — WCAG contrast
Aa
#c86ef1 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86ef1 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green43.1%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta54.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c86ef1 text on a black background
contrast 6.96:1
Card sample
#c86ef1 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86ef1;
Background color
Panel with #c86ef1 background
background-color: #c86ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 110, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 110, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86ef1; background: linear-gradient(135deg, #c86ef1, #F16EC3);