#df0add
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 10, 221
HSL
301°, 91%, 46%
CMYK
0, 96, 1, 13
Luminance
0.2113
Every format
| HEX | #df0add |
| RGB | rgb(223, 10, 221) |
| HSL | hsl(301, 91%, 46%) |
| CMYK | cmyk(0%, 96%, 1%, 13%) |
| LAB | lab(53.1 87.8 -53.6) |
| LCH | lch(53.1 102.9 328.6) |
| OKLCH | oklch(0.634 0.288 328.8) |
Copy-ready code
/* CSS */
color: #df0add;
background-color: #df0add;
/* Tailwind (arbitrary) */
class="text-[#df0add] bg-[#df0add]"
/* SCSS */
$brand: #df0add;
/* SwiftUI */
Color(red: 0.875, green: 0.039, blue: 0.867)
/* Android */
Color.parseColor("#df0add")Accessibility — WCAG contrast
Aa
#df0add on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0add on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.9%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow0.9%
Key (black)12.5%
Color previews
#df0add text on a black background
contrast 5.23:1
Card sample
#df0add text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0add;
Background color
Panel with #df0add background
background-color: #df0add;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0add;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 10, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 10, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0add; background: linear-gradient(135deg, #df0add, #DF0A4F);