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