#df671b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 103, 27
HSL
23°, 78%, 49%
CMYK
0, 54, 88, 13
Luminance
0.2547
Every format
| HEX | #df671b |
| RGB | rgb(223, 103, 27) |
| HSL | hsl(23, 78%, 49%) |
| CMYK | cmyk(0%, 54%, 88%, 13%) |
| LAB | lab(57.5 43.1 59.8) |
| LCH | lch(57.5 73.7 54.3) |
| OKLCH | oklch(0.650 0.170 46.9) |
Copy-ready code
/* CSS */
color: #df671b;
background-color: #df671b;
/* Tailwind (arbitrary) */
class="text-[#df671b] bg-[#df671b]"
/* SCSS */
$brand: #df671b;
/* SwiftUI */
Color(red: 0.875, green: 0.404, blue: 0.106)
/* Android */
Color.parseColor("#df671b")Accessibility — WCAG contrast
Aa
#df671b on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df671b on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow87.9%
Key (black)12.5%
Color previews
#df671b text on a black background
contrast 6.09:1
Card sample
#df671b text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df671b;
Background color
Panel with #df671b background
background-color: #df671b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df671b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 103, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 103, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df671b; background: linear-gradient(135deg, #df671b, #D4DF1B);