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