#c86ddf
a light, vivid violet · warm · closest name: orchid
RGB
200, 109, 223
HSL
288°, 64%, 65%
CMYK
10, 51, 0, 13
Luminance
0.2854
Every format
| HEX | #c86ddf |
| RGB | rgb(200, 109, 223) |
| HSL | hsl(288, 64%, 65%) |
| CMYK | cmyk(10%, 51%, 0%, 13%) |
| LAB | lab(60.4 53.4 -43.4) |
| LCH | lch(60.4 68.8 320.9) |
| OKLCH | oklch(0.681 0.184 319.2) |
Copy-ready code
/* CSS */
color: #c86ddf;
background-color: #c86ddf;
/* Tailwind (arbitrary) */
class="text-[#c86ddf] bg-[#c86ddf]"
/* SCSS */
$brand: #c86ddf;
/* SwiftUI */
Color(red: 0.784, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#c86ddf")Accessibility — WCAG contrast
Aa
#c86ddf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86ddf on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green42.7%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c86ddf text on a black background
contrast 6.71:1
Card sample
#c86ddf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86ddf;
Background color
Panel with #c86ddf background
background-color: #c86ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86ddf; background: linear-gradient(135deg, #c86ddf, #DF6DAA);