#c86dfe
a light, electric violet · warm · closest name: violet
RGB
200, 109, 254
HSL
278°, 99%, 71%
CMYK
21, 57, 0, 0
Luminance
0.3037
Every format
| HEX | #c86dfe |
| RGB | rgb(200, 109, 254) |
| HSL | hsl(278, 99%, 71%) |
| CMYK | cmyk(21%, 57%, 0%, 0%) |
| LAB | lab(62.0 59.8 -58.1) |
| LCH | lch(62.0 83.3 315.8) |
| OKLCH | oklch(0.698 0.216 311.0) |
Copy-ready code
/* CSS */
color: #c86dfe;
background-color: #c86dfe;
/* Tailwind (arbitrary) */
class="text-[#c86dfe] bg-[#c86dfe]"
/* SCSS */
$brand: #c86dfe;
/* SwiftUI */
Color(red: 0.784, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#c86dfe")Accessibility — WCAG contrast
Aa
#c86dfe on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c86dfe on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green42.7%
Blue99.6%
CMYK percentages
Cyan21.3%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#c86dfe text on a black background
contrast 7.07:1
Card sample
#c86dfe text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86dfe;
Background color
Panel with #c86dfe background
background-color: #c86dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86dfe; background: linear-gradient(135deg, #c86dfe, #FE6DD3);