#d80ace
a dark, electric magenta / pink · warm · closest name: magenta
RGB
216, 10, 206
HSL
303°, 91%, 44%
CMYK
0, 95, 5, 15
Luminance
0.1927
Every format
| HEX | #d80ace |
| RGB | rgb(216, 10, 206) |
| HSL | hsl(303, 91%, 44%) |
| CMYK | cmyk(0%, 95%, 5%, 15%) |
| LAB | lab(51.0 84.5 -48.5) |
| LCH | lch(51.0 97.4 330.2) |
| OKLCH | oklch(0.615 0.276 330.9) |
Copy-ready code
/* CSS */
color: #d80ace;
background-color: #d80ace;
/* Tailwind (arbitrary) */
class="text-[#d80ace] bg-[#d80ace]"
/* SCSS */
$brand: #d80ace;
/* SwiftUI */
Color(red: 0.847, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#d80ace")Accessibility — WCAG contrast
Aa
#d80ace on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d80ace on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green3.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow4.6%
Key (black)15.3%
Color previews
#d80ace text on a black background
contrast 4.85:1
Card sample
#d80ace text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d80ace;
Background color
Panel with #d80ace background
background-color: #d80ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d80ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d80ace; background: linear-gradient(135deg, #d80ace, #D80A45);