#c80af6
a balanced, electric violet · warm · closest name: magenta
RGB
200, 10, 246
HSL
288°, 93%, 50%
CMYK
19, 96, 0, 4
Luminance
0.1915
Every format
| HEX | #c80af6 |
| RGB | rgb(200, 10, 246) |
| HSL | hsl(288, 93%, 50%) |
| CMYK | cmyk(19%, 96%, 0%, 4%) |
| LAB | lab(50.9 88.2 -71.5) |
| LCH | lch(50.9 113.6 321.0) |
| OKLCH | oklch(0.617 0.297 317.2) |
Copy-ready code
/* CSS */
color: #c80af6;
background-color: #c80af6;
/* Tailwind (arbitrary) */
class="text-[#c80af6] bg-[#c80af6]"
/* SCSS */
$brand: #c80af6;
/* SwiftUI */
Color(red: 0.784, green: 0.039, blue: 0.965)
/* Android */
Color.parseColor("#c80af6")Accessibility — WCAG contrast
Aa
#c80af6 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c80af6 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green3.9%
Blue96.5%
CMYK percentages
Cyan18.7%
Magenta95.9%
Yellow0.0%
Key (black)3.5%
Color previews
#c80af6 text on a black background
contrast 4.83:1
Card sample
#c80af6 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80af6;
Background color
Panel with #c80af6 background
background-color: #c80af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 10, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 10, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80af6; background: linear-gradient(135deg, #c80af6, #F60A87);