#c80fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
200, 15, 223
HSL
293°, 87%, 47%
CMYK
10, 93, 0, 13
Luminance
0.1795
Every format
| HEX | #c80fdf |
| RGB | rgb(200, 15, 223) |
| HSL | hsl(293, 87%, 47%) |
| CMYK | cmyk(10%, 93%, 0%, 13%) |
| LAB | lab(49.4 84.0 -60.9) |
| LCH | lch(49.4 103.8 324.1) |
| OKLCH | oklch(0.602 0.280 322.4) |
Copy-ready code
/* CSS */
color: #c80fdf;
background-color: #c80fdf;
/* Tailwind (arbitrary) */
class="text-[#c80fdf] bg-[#c80fdf]"
/* SCSS */
$brand: #c80fdf;
/* SwiftUI */
Color(red: 0.784, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#c80fdf")Accessibility — WCAG contrast
Aa
#c80fdf on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80fdf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c80fdf text on a black background
contrast 4.59:1
Card sample
#c80fdf text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80fdf;
Background color
Panel with #c80fdf background
background-color: #c80fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80fdf; background: linear-gradient(135deg, #c80fdf, #DF0F6B);