#c80ba2
a dark, electric magenta / pink · warm · closest name: purple
RGB
200, 11, 162
HSL
312°, 90%, 41%
CMYK
0, 95, 19, 22
Luminance
0.1513
Every format
| HEX | #c80ba2 |
| RGB | rgb(200, 11, 162) |
| HSL | hsl(312, 90%, 41%) |
| CMYK | cmyk(0%, 95%, 19%, 22%) |
| LAB | lab(45.8 75.7 -31.1) |
| LCH | lch(45.8 81.9 337.7) |
| OKLCH | oklch(0.565 0.242 339.6) |
Copy-ready code
/* CSS */
color: #c80ba2;
background-color: #c80ba2;
/* Tailwind (arbitrary) */
class="text-[#c80ba2] bg-[#c80ba2]"
/* SCSS */
$brand: #c80ba2;
/* SwiftUI */
Color(red: 0.784, green: 0.043, blue: 0.635)
/* Android */
Color.parseColor("#c80ba2")Accessibility — WCAG contrast
Aa
#c80ba2 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80ba2 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green4.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow19.0%
Key (black)21.6%
Color previews
#c80ba2 text on a black background
contrast 4.03:1
Card sample
#c80ba2 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80ba2;
Background color
Panel with #c80ba2 background
background-color: #c80ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 11, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 11, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80ba2; background: linear-gradient(135deg, #c80ba2, #C80B24);