#df033c
a dark, electric magenta / pink · warm · “crimson”
RGB
223, 3, 60
HSL
345°, 97%, 44%
CMYK
0, 99, 73, 13
Luminance
0.1608
Every format
| HEX | #df033c |
| RGB | rgb(223, 3, 60) |
| HSL | hsl(345, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 73%, 13%) |
| LAB | lab(47.1 73.3 33.8) |
| LCH | lch(47.1 80.7 24.8) |
| OKLCH | oklch(0.573 0.229 19.5) |
Copy-ready code
/* CSS */
color: #df033c;
background-color: #df033c;
/* Tailwind (arbitrary) */
class="text-[#df033c] bg-[#df033c]"
/* SCSS */
$brand: #df033c;
/* SwiftUI */
Color(red: 0.875, green: 0.012, blue: 0.235)
/* Android */
Color.parseColor("#df033c")Accessibility — WCAG contrast
Aa
#df033c on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df033c on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow73.1%
Key (black)12.5%
Color previews
#df033c text on a black background
contrast 4.22:1
Card sample
#df033c text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df033c;
Background color
Panel with #df033c background
background-color: #df033c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df033c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 3, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 3, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df033c; background: linear-gradient(135deg, #df033c, #DF5D03);