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