#df3e13
a balanced, electric red · warm · closest name: tomato
RGB
223, 62, 19
HSL
13°, 84%, 48%
CMYK
0, 72, 92, 13
Luminance
0.1918
Every format
| HEX | #df3e13 |
| RGB | rgb(223, 62, 19) |
| HSL | hsl(13, 84%, 48%) |
| CMYK | cmyk(0%, 72%, 92%, 13%) |
| LAB | lab(50.9 60.5 57.6) |
| LCH | lch(50.9 83.5 43.6) |
| OKLCH | oklch(0.600 0.204 34.5) |
Copy-ready code
/* CSS */
color: #df3e13;
background-color: #df3e13;
/* Tailwind (arbitrary) */
class="text-[#df3e13] bg-[#df3e13]"
/* SCSS */
$brand: #df3e13;
/* SwiftUI */
Color(red: 0.875, green: 0.243, blue: 0.075)
/* Android */
Color.parseColor("#df3e13")Accessibility — WCAG contrast
Aa
#df3e13 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3e13 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow91.5%
Key (black)12.5%
Color previews
#df3e13 text on a black background
contrast 4.84:1
Card sample
#df3e13 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3e13;
Background color
Panel with #df3e13 background
background-color: #df3e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 62, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 62, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3e13; background: linear-gradient(135deg, #df3e13, #DFC613);