#df032e
a dark, electric red · warm · closest name: crimson
RGB
223, 3, 46
HSL
348°, 97%, 44%
CMYK
0, 99, 79, 13
Luminance
0.1595
Every format
| HEX | #df032e |
| RGB | rgb(223, 3, 46) |
| HSL | hsl(348, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 79%, 13%) |
| LAB | lab(46.9 72.8 41.8) |
| LCH | lch(46.9 84.0 29.8) |
| OKLCH | oklch(0.571 0.230 23.1) |
Copy-ready code
/* CSS */
color: #df032e;
background-color: #df032e;
/* Tailwind (arbitrary) */
class="text-[#df032e] bg-[#df032e]"
/* SCSS */
$brand: #df032e;
/* SwiftUI */
Color(red: 0.875, green: 0.012, blue: 0.180)
/* Android */
Color.parseColor("#df032e")Accessibility — WCAG contrast
Aa
#df032e on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df032e on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow79.4%
Key (black)12.5%
Color previews
#df032e text on a black background
contrast 4.19:1
Card sample
#df032e text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df032e;
Background color
Panel with #df032e background
background-color: #df032e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df032e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 3, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 3, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df032e; background: linear-gradient(135deg, #df032e, #DF6B03);