#df005e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 0, 94
HSL
335°, 100%, 44%
CMYK
0, 100, 58, 13
Luminance
0.1650
Every format
| HEX | #df005e |
| RGB | rgb(223, 0, 94) |
| HSL | hsl(335, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 58%, 13%) |
| LAB | lab(47.6 75.2 13.6) |
| LCH | lch(47.6 76.5 10.3) |
| OKLCH | oklch(0.579 0.232 8.5) |
Copy-ready code
/* CSS */
color: #df005e;
background-color: #df005e;
/* Tailwind (arbitrary) */
class="text-[#df005e] bg-[#df005e]"
/* SCSS */
$brand: #df005e;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.369)
/* Android */
Color.parseColor("#df005e")Accessibility — WCAG contrast
Aa
#df005e on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df005e on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow57.8%
Key (black)12.5%
Color previews
#df005e text on a black background
contrast 4.30:1
Card sample
#df005e text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df005e;
Background color
Panel with #df005e background
background-color: #df005e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df005e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df005e; background: linear-gradient(135deg, #df005e, #DF3700);