#c80cf8
a balanced, electric violet · warm · closest name: magenta
RGB
200, 12, 248
HSL
288°, 94%, 51%
CMYK
19, 95, 0, 3
Luminance
0.1932
Every format
| HEX | #c80cf8 |
| RGB | rgb(200, 12, 248) |
| HSL | hsl(288, 94%, 51%) |
| CMYK | cmyk(19%, 95%, 0%, 3%) |
| LAB | lab(51.1 88.4 -72.3) |
| LCH | lch(51.1 114.2 320.7) |
| OKLCH | oklch(0.619 0.298 316.7) |
Copy-ready code
/* CSS */
color: #c80cf8;
background-color: #c80cf8;
/* Tailwind (arbitrary) */
class="text-[#c80cf8] bg-[#c80cf8]"
/* SCSS */
$brand: #c80cf8;
/* SwiftUI */
Color(red: 0.784, green: 0.047, blue: 0.973)
/* Android */
Color.parseColor("#c80cf8")Accessibility — WCAG contrast
Aa
#c80cf8 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c80cf8 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green4.7%
Blue97.3%
CMYK percentages
Cyan19.4%
Magenta95.2%
Yellow0.0%
Key (black)2.7%
Color previews
#c80cf8 text on a black background
contrast 4.86:1
Card sample
#c80cf8 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80cf8;
Background color
Panel with #c80cf8 background
background-color: #c80cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 12, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 12, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80cf8; background: linear-gradient(135deg, #c80cf8, #F80C8B);