#df021e
a dark, electric red · warm · closest name: crimson
RGB
223, 2, 30
HSL
352°, 98%, 44%
CMYK
0, 99, 87, 13
Luminance
0.1583
Every format
| HEX | #df021e |
| RGB | rgb(223, 2, 30) |
| HSL | hsl(352, 98%, 44%) |
| CMYK | cmyk(0%, 99%, 87%, 13%) |
| LAB | lab(46.8 72.5 50.1) |
| LCH | lch(46.8 88.2 34.6) |
| OKLCH | oklch(0.569 0.231 26.2) |
Copy-ready code
/* CSS */
color: #df021e;
background-color: #df021e;
/* Tailwind (arbitrary) */
class="text-[#df021e] bg-[#df021e]"
/* SCSS */
$brand: #df021e;
/* SwiftUI */
Color(red: 0.875, green: 0.008, blue: 0.118)
/* Android */
Color.parseColor("#df021e")Accessibility — WCAG contrast
Aa
#df021e on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df021e on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.8%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow86.5%
Key (black)12.5%
Color previews
#df021e text on a black background
contrast 4.17:1
Card sample
#df021e text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df021e;
Background color
Panel with #df021e background
background-color: #df021e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df021e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 2, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 2, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df021e; background: linear-gradient(135deg, #df021e, #DF7902);