#c86dfb
a light, electric violet · warm · closest name: violet
RGB
200, 109, 251
HSL
279°, 95%, 71%
CMYK
20, 57, 0, 2
Luminance
0.3018
Every format
| HEX | #c86dfb |
| RGB | rgb(200, 109, 251) |
| HSL | hsl(279, 95%, 71%) |
| CMYK | cmyk(20%, 57%, 0%, 2%) |
| LAB | lab(61.8 59.1 -56.7) |
| LCH | lch(61.8 81.9 316.2) |
| OKLCH | oklch(0.696 0.213 311.7) |
Copy-ready code
/* CSS */
color: #c86dfb;
background-color: #c86dfb;
/* Tailwind (arbitrary) */
class="text-[#c86dfb] bg-[#c86dfb]"
/* SCSS */
$brand: #c86dfb;
/* SwiftUI */
Color(red: 0.784, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#c86dfb")Accessibility — WCAG contrast
Aa
#c86dfb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c86dfb on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green42.7%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#c86dfb text on a black background
contrast 7.04:1
Card sample
#c86dfb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86dfb;
Background color
Panel with #c86dfb background
background-color: #c86dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86dfb; background: linear-gradient(135deg, #c86dfb, #FB6DCF);