#df3d07
a balanced, electric orange · warm · closest name: tomato
RGB
223, 61, 7
HSL
15°, 94%, 45%
CMYK
0, 73, 97, 13
Luminance
0.1904
Every format
| HEX | #df3d07 |
| RGB | rgb(223, 61, 7) |
| HSL | hsl(15, 94%, 45%) |
| CMYK | cmyk(0%, 73%, 97%, 13%) |
| LAB | lab(50.7 60.7 60.7) |
| LCH | lch(50.7 85.8 45.0) |
| OKLCH | oklch(0.599 0.205 35.3) |
Copy-ready code
/* CSS */
color: #df3d07;
background-color: #df3d07;
/* Tailwind (arbitrary) */
class="text-[#df3d07] bg-[#df3d07]"
/* SCSS */
$brand: #df3d07;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.027)
/* Android */
Color.parseColor("#df3d07")Accessibility — WCAG contrast
Aa
#df3d07 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3d07 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow96.9%
Key (black)12.5%
Color previews
#df3d07 text on a black background
contrast 4.81:1
Card sample
#df3d07 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3d07;
Background color
Panel with #df3d07 background
background-color: #df3d07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3d07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3d07; background: linear-gradient(135deg, #df3d07, #DFCD07);