#c80cf4
a balanced, electric violet · warm · closest name: magenta
RGB
200, 12, 244
HSL
289°, 91%, 50%
CMYK
18, 95, 0, 4
Luminance
0.1907
Every format
| HEX | #c80cf4 |
| RGB | rgb(200, 12, 244) |
| HSL | hsl(289, 91%, 50%) |
| CMYK | cmyk(18%, 95%, 0%, 4%) |
| LAB | lab(50.8 87.7 -70.5) |
| LCH | lch(50.8 112.6 321.2) |
| OKLCH | oklch(0.616 0.295 317.6) |
Copy-ready code
/* CSS */
color: #c80cf4;
background-color: #c80cf4;
/* Tailwind (arbitrary) */
class="text-[#c80cf4] bg-[#c80cf4]"
/* SCSS */
$brand: #c80cf4;
/* SwiftUI */
Color(red: 0.784, green: 0.047, blue: 0.957)
/* Android */
Color.parseColor("#c80cf4")Accessibility — WCAG contrast
Aa
#c80cf4 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c80cf4 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green4.7%
Blue95.7%
CMYK percentages
Cyan18.0%
Magenta95.1%
Yellow0.0%
Key (black)4.3%
Color previews
#c80cf4 text on a black background
contrast 4.81:1
Card sample
#c80cf4 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80cf4;
Background color
Panel with #c80cf4 background
background-color: #c80cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 12, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 12, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80cf4; background: linear-gradient(135deg, #c80cf4, #F40C85);