#c861df
a balanced, vivid violet · warm · closest name: orchid
RGB
200, 97, 223
HSL
289°, 66%, 63%
CMYK
10, 57, 0, 13
Luminance
0.2616
Every format
| HEX | #c861df |
| RGB | rgb(200, 97, 223) |
| HSL | hsl(289, 66%, 63%) |
| CMYK | cmyk(10%, 57%, 0%, 13%) |
| LAB | lab(58.2 59.3 -46.9) |
| LCH | lch(58.2 75.6 321.7) |
| OKLCH | oklch(0.665 0.203 320.0) |
Copy-ready code
/* CSS */
color: #c861df;
background-color: #c861df;
/* Tailwind (arbitrary) */
class="text-[#c861df] bg-[#c861df]"
/* SCSS */
$brand: #c861df;
/* SwiftUI */
Color(red: 0.784, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#c861df")Accessibility — WCAG contrast
Aa
#c861df on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c861df on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green38.0%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c861df text on a black background
contrast 6.23:1
Card sample
#c861df text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c861df;
Background color
Panel with #c861df background
background-color: #c861df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c861df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c861df; background: linear-gradient(135deg, #c861df, #DF61A2);