#c86bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
200, 107, 223
HSL
288°, 64%, 65%
CMYK
10, 52, 0, 13
Luminance
0.2812
Every format
| HEX | #c86bdf |
| RGB | rgb(200, 107, 223) |
| HSL | hsl(288, 64%, 65%) |
| CMYK | cmyk(10%, 52%, 0%, 13%) |
| LAB | lab(60.0 54.4 -44.0) |
| LCH | lch(60.0 70.0 321.1) |
| OKLCH | oklch(0.678 0.188 319.4) |
Copy-ready code
/* CSS */
color: #c86bdf;
background-color: #c86bdf;
/* Tailwind (arbitrary) */
class="text-[#c86bdf] bg-[#c86bdf]"
/* SCSS */
$brand: #c86bdf;
/* SwiftUI */
Color(red: 0.784, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#c86bdf")Accessibility — WCAG contrast
Aa
#c86bdf on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86bdf on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green42.0%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c86bdf text on a black background
contrast 6.62:1
Card sample
#c86bdf text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86bdf;
Background color
Panel with #c86bdf background
background-color: #c86bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86bdf; background: linear-gradient(135deg, #c86bdf, #DF6BA9);