#df003c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 0, 60
HSL
344°, 100%, 44%
CMYK
0, 100, 73, 13
Luminance
0.1601
Every format
| HEX | #df003c |
| RGB | rgb(223, 0, 60) |
| HSL | hsl(344, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 73%, 13%) |
| LAB | lab(47.0 73.5 33.7) |
| LCH | lch(47.0 80.9 24.6) |
| OKLCH | oklch(0.572 0.230 19.4) |
Copy-ready code
/* CSS */
color: #df003c;
background-color: #df003c;
/* Tailwind (arbitrary) */
class="text-[#df003c] bg-[#df003c]"
/* SCSS */
$brand: #df003c;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.235)
/* Android */
Color.parseColor("#df003c")Accessibility — WCAG contrast
Aa
#df003c on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df003c on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow73.1%
Key (black)12.5%
Color previews
#df003c text on a black background
contrast 4.20:1
Card sample
#df003c text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df003c;
Background color
Panel with #df003c background
background-color: #df003c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df003c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df003c; background: linear-gradient(135deg, #df003c, #DF5900);