#c80eb8
a dark, electric magenta / pink · warm · closest name: purple
RGB
200, 14, 184
HSL
305°, 87%, 42%
CMYK
0, 93, 8, 22
Luminance
0.1605
Every format
| HEX | #c80eb8 |
| RGB | rgb(200, 14, 184) |
| HSL | hsl(305, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 8%, 22%) |
| LAB | lab(47.0 78.3 -42.1) |
| LCH | lch(47.0 89.0 331.7) |
| OKLCH | oklch(0.578 0.254 332.8) |
Copy-ready code
/* CSS */
color: #c80eb8;
background-color: #c80eb8;
/* Tailwind (arbitrary) */
class="text-[#c80eb8] bg-[#c80eb8]"
/* SCSS */
$brand: #c80eb8;
/* SwiftUI */
Color(red: 0.784, green: 0.055, blue: 0.722)
/* Android */
Color.parseColor("#c80eb8")Accessibility — WCAG contrast
Aa
#c80eb8 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80eb8 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow8.0%
Key (black)21.6%
Color previews
#c80eb8 text on a black background
contrast 4.21:1
Card sample
#c80eb8 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80eb8;
Background color
Panel with #c80eb8 background
background-color: #c80eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 14, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 14, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80eb8; background: linear-gradient(135deg, #c80eb8, #C80E3C);