#df871b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 135, 27
HSL
33°, 78%, 49%
CMYK
0, 40, 88, 13
Luminance
0.3310
Every format
| HEX | #df871b |
| RGB | rgb(223, 135, 27) |
| HSL | hsl(33, 78%, 49%) |
| CMYK | cmyk(0%, 40%, 88%, 13%) |
| LAB | lab(64.2 26.6 65.1) |
| LCH | lch(64.2 70.3 67.8) |
| OKLCH | oklch(0.702 0.152 63.8) |
Copy-ready code
/* CSS */
color: #df871b;
background-color: #df871b;
/* Tailwind (arbitrary) */
class="text-[#df871b] bg-[#df871b]"
/* SCSS */
$brand: #df871b;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.106)
/* Android */
Color.parseColor("#df871b")Accessibility — WCAG contrast
Aa
#df871b on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df871b on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow87.9%
Key (black)12.5%
Color previews
#df871b text on a black background
contrast 7.62:1
Card sample
#df871b text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df871b;
Background color
Panel with #df871b background
background-color: #df871b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df871b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df871b; background: linear-gradient(135deg, #df871b, #B4DF1B);