#df3f0b
a balanced, electric red · warm · closest name: tomato
RGB
223, 63, 11
HSL
15°, 91%, 46%
CMYK
0, 72, 95, 13
Luminance
0.1927
Every format
| HEX | #df3f0b |
| RGB | rgb(223, 63, 11) |
| HSL | hsl(15, 91%, 46%) |
| CMYK | cmyk(0%, 72%, 95%, 13%) |
| LAB | lab(51.0 60.0 59.9) |
| LCH | lch(51.0 84.8 45.0) |
| OKLCH | oklch(0.601 0.204 35.4) |
Copy-ready code
/* CSS */
color: #df3f0b;
background-color: #df3f0b;
/* Tailwind (arbitrary) */
class="text-[#df3f0b] bg-[#df3f0b]"
/* SCSS */
$brand: #df3f0b;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.043)
/* Android */
Color.parseColor("#df3f0b")Accessibility — WCAG contrast
Aa
#df3f0b on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f0b on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow95.1%
Key (black)12.5%
Color previews
#df3f0b text on a black background
contrast 4.85:1
Card sample
#df3f0b text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f0b;
Background color
Panel with #df3f0b background
background-color: #df3f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f0b; background: linear-gradient(135deg, #df3f0b, #DFCC0B);