#df2b0f
a balanced, electric red · warm · closest name: red
RGB
223, 43, 15
HSL
8°, 87%, 47%
CMYK
0, 81, 93, 13
Luminance
0.1745
Every format
| HEX | #df2b0f |
| RGB | rgb(223, 43, 15) |
| HSL | hsl(8, 87%, 47%) |
| CMYK | cmyk(0%, 81%, 93%, 13%) |
| LAB | lab(48.8 66.2 57.6) |
| LCH | lch(48.8 87.7 41.0) |
| OKLCH | oklch(0.584 0.217 31.4) |
Copy-ready code
/* CSS */
color: #df2b0f;
background-color: #df2b0f;
/* Tailwind (arbitrary) */
class="text-[#df2b0f] bg-[#df2b0f]"
/* SCSS */
$brand: #df2b0f;
/* SwiftUI */
Color(red: 0.875, green: 0.169, blue: 0.059)
/* Android */
Color.parseColor("#df2b0f")Accessibility — WCAG contrast
Aa
#df2b0f on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2b0f on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green16.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow93.3%
Key (black)12.5%
Color previews
#df2b0f text on a black background
contrast 4.49:1
Card sample
#df2b0f text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2b0f;
Background color
Panel with #df2b0f background
background-color: #df2b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 43, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 43, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2b0f; background: linear-gradient(135deg, #df2b0f, #DFB60F);