#d80fd8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 15, 216
HSL
300°, 87%, 45%
CMYK
0, 93, 0, 15
Luminance
0.1990
Every format
| HEX | #d80fd8 |
| RGB | rgb(216, 15, 216) |
| HSL | hsl(300, 87%, 45%) |
| CMYK | cmyk(0%, 93%, 0%, 15%) |
| LAB | lab(51.7 85.5 -53.0) |
| LCH | lch(51.7 100.6 328.2) |
| OKLCH | oklch(0.622 0.281 328.3) |
Copy-ready code
/* CSS */
color: #d80fd8;
background-color: #d80fd8;
/* Tailwind (arbitrary) */
class="text-[#d80fd8] bg-[#d80fd8]"
/* SCSS */
$brand: #d80fd8;
/* SwiftUI */
Color(red: 0.847, green: 0.059, blue: 0.847)
/* Android */
Color.parseColor("#d80fd8")Accessibility — WCAG contrast
Aa
#d80fd8 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d80fd8 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green5.9%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow0.0%
Key (black)15.3%
Color previews
#d80fd8 text on a black background
contrast 4.98:1
Card sample
#d80fd8 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d80fd8;
Background color
Panel with #d80fd8 background
background-color: #d80fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d80fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 15, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 15, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d80fd8; background: linear-gradient(135deg, #d80fd8, #D80F52);