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