#df2d18
a balanced, electric red · warm · closest name: tomato
RGB
223, 45, 24
HSL
6°, 81%, 48%
CMYK
0, 80, 89, 13
Luminance
0.1763
Every format
| HEX | #df2d18 |
| RGB | rgb(223, 45, 24) |
| HSL | hsl(6, 81%, 48%) |
| CMYK | cmyk(0%, 80%, 89%, 13%) |
| LAB | lab(49.0 65.8 54.5) |
| LCH | lch(49.0 85.4 39.7) |
| OKLCH | oklch(0.586 0.215 30.7) |
Copy-ready code
/* CSS */
color: #df2d18;
background-color: #df2d18;
/* Tailwind (arbitrary) */
class="text-[#df2d18] bg-[#df2d18]"
/* SCSS */
$brand: #df2d18;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.094)
/* Android */
Color.parseColor("#df2d18")Accessibility — WCAG contrast
Aa
#df2d18 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2d18 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow89.2%
Key (black)12.5%
Color previews
#df2d18 text on a black background
contrast 4.53:1
Card sample
#df2d18 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d18;
Background color
Panel with #df2d18 background
background-color: #df2d18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d18; background: linear-gradient(135deg, #df2d18, #DFB118);