#df1f0b
a balanced, electric red · warm · closest name: red
RGB
223, 31, 11
HSL
6°, 91%, 46%
CMYK
0, 86, 95, 13
Luminance
0.1669
Every format
| HEX | #df1f0b |
| RGB | rgb(223, 31, 11) |
| HSL | hsl(6, 91%, 46%) |
| CMYK | cmyk(0%, 86%, 95%, 13%) |
| LAB | lab(47.9 68.8 58.2) |
| LCH | lch(47.9 90.1 40.2) |
| OKLCH | oklch(0.577 0.224 30.3) |
Copy-ready code
/* CSS */
color: #df1f0b;
background-color: #df1f0b;
/* Tailwind (arbitrary) */
class="text-[#df1f0b] bg-[#df1f0b]"
/* SCSS */
$brand: #df1f0b;
/* SwiftUI */
Color(red: 0.875, green: 0.122, blue: 0.043)
/* Android */
Color.parseColor("#df1f0b")Accessibility — WCAG contrast
Aa
#df1f0b on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1f0b on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow95.1%
Key (black)12.5%
Color previews
#df1f0b text on a black background
contrast 4.34:1
Card sample
#df1f0b text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1f0b;
Background color
Panel with #df1f0b background
background-color: #df1f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 31, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 31, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1f0b; background: linear-gradient(135deg, #df1f0b, #DFAD0B);