#c866df
a balanced, vivid violet · warm · closest name: orchid
RGB
200, 102, 223
HSL
289°, 65%, 64%
CMYK
10, 54, 0, 13
Luminance
0.2711
Every format
| HEX | #c866df |
| RGB | rgb(200, 102, 223) |
| HSL | hsl(289, 65%, 64%) |
| CMYK | cmyk(10%, 54%, 0%, 13%) |
| LAB | lab(59.1 56.9 -45.5) |
| LCH | lch(59.1 72.8 321.4) |
| OKLCH | oklch(0.671 0.195 319.7) |
Copy-ready code
/* CSS */
color: #c866df;
background-color: #c866df;
/* Tailwind (arbitrary) */
class="text-[#c866df] bg-[#c866df]"
/* SCSS */
$brand: #c866df;
/* SwiftUI */
Color(red: 0.784, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#c866df")Accessibility — WCAG contrast
Aa
#c866df on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c866df on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green40.0%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c866df text on a black background
contrast 6.42:1
Card sample
#c866df text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c866df;
Background color
Panel with #c866df background
background-color: #c866df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c866df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c866df; background: linear-gradient(135deg, #c866df, #DF66A5);