#c862fd
a light, electric violet · warm · closest name: violet
RGB
200, 98, 253
HSL
280°, 98%, 69%
CMYK
21, 61, 0, 1
Luminance
0.2811
Every format
| HEX | #c862fd |
| RGB | rgb(200, 98, 253) |
| HSL | hsl(280, 98%, 69%) |
| CMYK | cmyk(21%, 61%, 0%, 1%) |
| LAB | lab(60.0 64.8 -60.7) |
| LCH | lch(60.0 88.8 316.9) |
| OKLCH | oklch(0.683 0.231 312.2) |
Copy-ready code
/* CSS */
color: #c862fd;
background-color: #c862fd;
/* Tailwind (arbitrary) */
class="text-[#c862fd] bg-[#c862fd]"
/* SCSS */
$brand: #c862fd;
/* SwiftUI */
Color(red: 0.784, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#c862fd")Accessibility — WCAG contrast
Aa
#c862fd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c862fd on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green38.4%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c862fd text on a black background
contrast 6.62:1
Card sample
#c862fd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c862fd;
Background color
Panel with #c862fd background
background-color: #c862fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c862fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c862fd; background: linear-gradient(135deg, #c862fd, #FD62CB);