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