#df007d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 0, 125
HSL
326°, 100%, 44%
CMYK
0, 100, 44, 13
Luminance
0.1717
Every format
| HEX | #df007d |
| RGB | rgb(223, 0, 125) |
| HSL | hsl(326, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 44%, 13%) |
| LAB | lab(48.5 77.5 -4.2) |
| LCH | lch(48.5 77.6 356.9) |
| OKLCH | oklch(0.588 0.240 357.6) |
Copy-ready code
/* CSS */
color: #df007d;
background-color: #df007d;
/* Tailwind (arbitrary) */
class="text-[#df007d] bg-[#df007d]"
/* SCSS */
$brand: #df007d;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.490)
/* Android */
Color.parseColor("#df007d")Accessibility — WCAG contrast
Aa
#df007d on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df007d on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow43.9%
Key (black)12.5%
Color previews
#df007d text on a black background
contrast 4.43:1
Card sample
#df007d text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df007d;
Background color
Panel with #df007d background
background-color: #df007d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df007d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df007d; background: linear-gradient(135deg, #df007d, #DF1800);