#c86cfd
a light, electric violet · warm · closest name: violet
RGB
200, 108, 253
HSL
278°, 97%, 71%
CMYK
21, 57, 0, 1
Luminance
0.3010
Every format
| HEX | #c86cfd |
| RGB | rgb(200, 108, 253) |
| HSL | hsl(278, 97%, 71%) |
| CMYK | cmyk(21%, 57%, 0%, 1%) |
| LAB | lab(61.7 60.0 -57.9) |
| LCH | lch(61.7 83.4 316.0) |
| OKLCH | oklch(0.696 0.216 311.3) |
Copy-ready code
/* CSS */
color: #c86cfd;
background-color: #c86cfd;
/* Tailwind (arbitrary) */
class="text-[#c86cfd] bg-[#c86cfd]"
/* SCSS */
$brand: #c86cfd;
/* SwiftUI */
Color(red: 0.784, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#c86cfd")Accessibility — WCAG contrast
Aa
#c86cfd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c86cfd on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green42.4%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c86cfd text on a black background
contrast 7.02:1
Card sample
#c86cfd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86cfd;
Background color
Panel with #c86cfd background
background-color: #c86cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86cfd; background: linear-gradient(135deg, #c86cfd, #FD6CD1);