#df620d
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 98, 13
HSL
24°, 89%, 46%
CMYK
0, 56, 94, 13
Luminance
0.2445
Every format
| HEX | #df620d |
| RGB | rgb(223, 98, 13) |
| HSL | hsl(24, 89%, 46%) |
| CMYK | cmyk(0%, 56%, 94%, 13%) |
| LAB | lab(56.5 45.3 62.9) |
| LCH | lch(56.5 77.5 54.3) |
| OKLCH | oklch(0.642 0.176 46.3) |
Copy-ready code
/* CSS */
color: #df620d;
background-color: #df620d;
/* Tailwind (arbitrary) */
class="text-[#df620d] bg-[#df620d]"
/* SCSS */
$brand: #df620d;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.051)
/* Android */
Color.parseColor("#df620d")Accessibility — WCAG contrast
Aa
#df620d on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df620d on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow94.2%
Key (black)12.5%
Color previews
#df620d text on a black background
contrast 5.89:1
Card sample
#df620d text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df620d;
Background color
Panel with #df620d background
background-color: #df620d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df620d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df620d; background: linear-gradient(135deg, #df620d, #D0DF0D);