#c862eb
a light, electric violet · warm · closest name: orchid
RGB
200, 98, 235
HSL
285°, 77%, 65%
CMYK
15, 58, 0, 8
Luminance
0.2701
Every format
| HEX | #c862eb |
| RGB | rgb(200, 98, 235) |
| HSL | hsl(285, 77%, 65%) |
| CMYK | cmyk(15%, 58%, 0%, 8%) |
| LAB | lab(59.0 61.1 -52.3) |
| LCH | lch(59.0 80.5 319.4) |
| OKLCH | oklch(0.672 0.213 316.6) |
Copy-ready code
/* CSS */
color: #c862eb;
background-color: #c862eb;
/* Tailwind (arbitrary) */
class="text-[#c862eb] bg-[#c862eb]"
/* SCSS */
$brand: #c862eb;
/* SwiftUI */
Color(red: 0.784, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#c862eb")Accessibility — WCAG contrast
Aa
#c862eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c862eb on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green38.4%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta58.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c862eb text on a black background
contrast 6.40:1
Card sample
#c862eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c862eb;
Background color
Panel with #c862eb background
background-color: #c862eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c862eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c862eb; background: linear-gradient(135deg, #c862eb, #EB62B3);