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