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