#c80cda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
200, 12, 218
HSL
295°, 90%, 45%
CMYK
8, 95, 0, 15
Luminance
0.1760
Every format
| HEX | #c80cda |
| RGB | rgb(200, 12, 218) |
| HSL | hsl(295, 90%, 45%) |
| CMYK | cmyk(8%, 95%, 0%, 15%) |
| LAB | lab(49.0 83.5 -58.7) |
| LCH | lch(49.0 102.1 324.9) |
| OKLCH | oklch(0.598 0.277 323.7) |
Copy-ready code
/* CSS */
color: #c80cda;
background-color: #c80cda;
/* Tailwind (arbitrary) */
class="text-[#c80cda] bg-[#c80cda]"
/* SCSS */
$brand: #c80cda;
/* SwiftUI */
Color(red: 0.784, green: 0.047, blue: 0.855)
/* Android */
Color.parseColor("#c80cda")Accessibility — WCAG contrast
Aa
#c80cda on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80cda on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green4.7%
Blue85.5%
CMYK percentages
Cyan8.3%
Magenta94.5%
Yellow0.0%
Key (black)14.5%
Color previews
#c80cda text on a black background
contrast 4.52:1
Card sample
#c80cda text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80cda;
Background color
Panel with #c80cda background
background-color: #c80cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 12, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 12, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80cda; background: linear-gradient(135deg, #c80cda, #DA0C63);