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