#df062e
a dark, electric red · warm · closest name: crimson
RGB
223, 6, 46
HSL
349°, 95%, 45%
CMYK
0, 97, 79, 13
Luminance
0.1602
Every format
| HEX | #df062e |
| RGB | rgb(223, 6, 46) |
| HSL | hsl(349, 95%, 45%) |
| CMYK | cmyk(0%, 97%, 79%, 13%) |
| LAB | lab(47.0 72.6 41.9) |
| LCH | lch(47.0 83.8 30.0) |
| OKLCH | oklch(0.572 0.229 23.2) |
Copy-ready code
/* CSS */
color: #df062e;
background-color: #df062e;
/* Tailwind (arbitrary) */
class="text-[#df062e] bg-[#df062e]"
/* SCSS */
$brand: #df062e;
/* SwiftUI */
Color(red: 0.875, green: 0.024, blue: 0.180)
/* Android */
Color.parseColor("#df062e")Accessibility — WCAG contrast
Aa
#df062e on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df062e on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.4%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow79.4%
Key (black)12.5%
Color previews
#df062e text on a black background
contrast 4.20:1
Card sample
#df062e text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df062e;
Background color
Panel with #df062e background
background-color: #df062e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df062e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 6, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 6, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df062e; background: linear-gradient(135deg, #df062e, #DF6F06);