#c80cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
200, 12, 223
HSL
294°, 90%, 46%
CMYK
10, 95, 0, 13
Luminance
0.1787
Every format
| HEX | #c80cdf |
| RGB | rgb(200, 12, 223) |
| HSL | hsl(294, 90%, 46%) |
| CMYK | cmyk(10%, 95%, 0%, 13%) |
| LAB | lab(49.3 84.3 -61.0) |
| LCH | lch(49.3 104.1 324.1) |
| OKLCH | oklch(0.601 0.281 322.4) |
Copy-ready code
/* CSS */
color: #c80cdf;
background-color: #c80cdf;
/* Tailwind (arbitrary) */
class="text-[#c80cdf] bg-[#c80cdf]"
/* SCSS */
$brand: #c80cdf;
/* SwiftUI */
Color(red: 0.784, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#c80cdf")Accessibility — WCAG contrast
Aa
#c80cdf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80cdf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green4.7%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c80cdf text on a black background
contrast 4.57:1
Card sample
#c80cdf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80cdf;
Background color
Panel with #c80cdf background
background-color: #c80cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80cdf; background: linear-gradient(135deg, #c80cdf, #DF0C69);