#d80cd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
216, 12, 210
HSL
302°, 90%, 45%
CMYK
0, 94, 3, 15
Luminance
0.1952
Every format
| HEX | #d80cd2 |
| RGB | rgb(216, 12, 210) |
| HSL | hsl(302, 90%, 45%) |
| CMYK | cmyk(0%, 94%, 3%, 15%) |
| LAB | lab(51.3 84.9 -50.3) |
| LCH | lch(51.3 98.7 329.4) |
| OKLCH | oklch(0.618 0.278 329.9) |
Copy-ready code
/* CSS */
color: #d80cd2;
background-color: #d80cd2;
/* Tailwind (arbitrary) */
class="text-[#d80cd2] bg-[#d80cd2]"
/* SCSS */
$brand: #d80cd2;
/* SwiftUI */
Color(red: 0.847, green: 0.047, blue: 0.824)
/* Android */
Color.parseColor("#d80cd2")Accessibility — WCAG contrast
Aa
#d80cd2 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d80cd2 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green4.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta94.4%
Yellow2.8%
Key (black)15.3%
Color previews
#d80cd2 text on a black background
contrast 4.90:1
Card sample
#d80cd2 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d80cd2;
Background color
Panel with #d80cd2 background
background-color: #d80cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d80cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 12, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 12, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d80cd2; background: linear-gradient(135deg, #d80cd2, #D80C4A);