#df2f0b
a balanced, electric red · warm · closest name: red
RGB
223, 47, 11
HSL
10°, 91%, 46%
CMYK
0, 79, 95, 13
Luminance
0.1775
Every format
| HEX | #df2f0b |
| RGB | rgb(223, 47, 11) |
| HSL | hsl(10, 91%, 46%) |
| CMYK | cmyk(0%, 79%, 95%, 13%) |
| LAB | lab(49.2 65.1 58.9) |
| LCH | lch(49.2 87.8 42.2) |
| OKLCH | oklch(0.587 0.215 32.4) |
Copy-ready code
/* CSS */
color: #df2f0b;
background-color: #df2f0b;
/* Tailwind (arbitrary) */
class="text-[#df2f0b] bg-[#df2f0b]"
/* SCSS */
$brand: #df2f0b;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.043)
/* Android */
Color.parseColor("#df2f0b")Accessibility — WCAG contrast
Aa
#df2f0b on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2f0b on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow95.1%
Key (black)12.5%
Color previews
#df2f0b text on a black background
contrast 4.55:1
Card sample
#df2f0b text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f0b;
Background color
Panel with #df2f0b background
background-color: #df2f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f0b; background: linear-gradient(135deg, #df2f0b, #DFBC0B);