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