#d80cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
216, 12, 223
HSL
298°, 90%, 46%
CMYK
3, 95, 0, 13
Luminance
0.2019
Every format
| HEX | #d80cdf |
| RGB | rgb(216, 12, 223) |
| HSL | hsl(298, 90%, 46%) |
| CMYK | cmyk(3%, 95%, 0%, 13%) |
| LAB | lab(52.0 86.8 -56.5) |
| LCH | lch(52.0 103.6 326.9) |
| OKLCH | oklch(0.625 0.286 326.6) |
Copy-ready code
/* CSS */
color: #d80cdf;
background-color: #d80cdf;
/* Tailwind (arbitrary) */
class="text-[#d80cdf] bg-[#d80cdf]"
/* SCSS */
$brand: #d80cdf;
/* SwiftUI */
Color(red: 0.847, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#d80cdf")Accessibility — WCAG contrast
Aa
#d80cdf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d80cdf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan3.1%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#d80cdf text on a black background
contrast 5.04:1
Card sample
#d80cdf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d80cdf;
Background color
Panel with #d80cdf background
background-color: #d80cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d80cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d80cdf; background: linear-gradient(135deg, #d80cdf, #DF0C59);