#df3b0d
a balanced, electric red · warm · closest name: tomato
RGB
223, 59, 13
HSL
13°, 89%, 46%
CMYK
0, 74, 94, 13
Luminance
0.1884
Every format
| HEX | #df3b0d |
| RGB | rgb(223, 59, 13) |
| HSL | hsl(13, 89%, 46%) |
| CMYK | cmyk(0%, 74%, 94%, 13%) |
| LAB | lab(50.5 61.4 59.1) |
| LCH | lch(50.5 85.3 43.9) |
| OKLCH | oklch(0.597 0.206 34.4) |
Copy-ready code
/* CSS */
color: #df3b0d;
background-color: #df3b0d;
/* Tailwind (arbitrary) */
class="text-[#df3b0d] bg-[#df3b0d]"
/* SCSS */
$brand: #df3b0d;
/* SwiftUI */
Color(red: 0.875, green: 0.231, blue: 0.051)
/* Android */
Color.parseColor("#df3b0d")Accessibility — WCAG contrast
Aa
#df3b0d on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3b0d on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow94.2%
Key (black)12.5%
Color previews
#df3b0d text on a black background
contrast 4.77:1
Card sample
#df3b0d text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3b0d;
Background color
Panel with #df3b0d background
background-color: #df3b0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3b0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 59, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 59, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3b0d; background: linear-gradient(135deg, #df3b0d, #DFC70D);