#c86eee
a light, electric violet · warm · closest name: violet
RGB
200, 110, 238
HSL
282°, 79%, 68%
CMYK
16, 54, 0, 7
Luminance
0.2960
Every format
| HEX | #c86eee |
| RGB | rgb(200, 110, 238) |
| HSL | hsl(282, 79%, 68%) |
| CMYK | cmyk(16%, 54%, 0%, 7%) |
| LAB | lab(61.3 56.0 -50.3) |
| LCH | lch(61.3 75.2 318.0) |
| OKLCH | oklch(0.690 0.198 314.9) |
Copy-ready code
/* CSS */
color: #c86eee;
background-color: #c86eee;
/* Tailwind (arbitrary) */
class="text-[#c86eee] bg-[#c86eee]"
/* SCSS */
$brand: #c86eee;
/* SwiftUI */
Color(red: 0.784, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#c86eee")Accessibility — WCAG contrast
Aa
#c86eee on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86eee on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green43.1%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#c86eee text on a black background
contrast 6.92:1
Card sample
#c86eee text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86eee;
Background color
Panel with #c86eee background
background-color: #c86eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86eee; background: linear-gradient(135deg, #c86eee, #EE6EBF);