#c80ef1
a balanced, electric violet · warm · closest name: magenta
RGB
200, 14, 241
HSL
289°, 89%, 50%
CMYK
17, 94, 0, 6
Luminance
0.1894
Every format
| HEX | #c80ef1 |
| RGB | rgb(200, 14, 241) |
| HSL | hsl(289, 89%, 50%) |
| CMYK | cmyk(17%, 94%, 0%, 6%) |
| LAB | lab(50.6 87.1 -69.1) |
| LCH | lch(50.6 111.2 321.6) |
| OKLCH | oklch(0.614 0.293 318.2) |
Copy-ready code
/* CSS */
color: #c80ef1;
background-color: #c80ef1;
/* Tailwind (arbitrary) */
class="text-[#c80ef1] bg-[#c80ef1]"
/* SCSS */
$brand: #c80ef1;
/* SwiftUI */
Color(red: 0.784, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#c80ef1")Accessibility — WCAG contrast
Aa
#c80ef1 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c80ef1 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.5%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#c80ef1 text on a black background
contrast 4.79:1
Card sample
#c80ef1 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80ef1;
Background color
Panel with #c80ef1 background
background-color: #c80ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80ef1; background: linear-gradient(135deg, #c80ef1, #F10E83);