#df871f
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 135, 31
HSL
33°, 76%, 50%
CMYK
0, 40, 86, 13
Luminance
0.3311
Every format
| HEX | #df871f |
| RGB | rgb(223, 135, 31) |
| HSL | hsl(33, 76%, 50%) |
| CMYK | cmyk(0%, 40%, 86%, 13%) |
| LAB | lab(64.3 26.7 63.9) |
| LCH | lch(64.3 69.3 67.3) |
| OKLCH | oklch(0.702 0.151 63.3) |
Copy-ready code
/* CSS */
color: #df871f;
background-color: #df871f;
/* Tailwind (arbitrary) */
class="text-[#df871f] bg-[#df871f]"
/* SCSS */
$brand: #df871f;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.122)
/* Android */
Color.parseColor("#df871f")Accessibility — WCAG contrast
Aa
#df871f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df871f on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow86.1%
Key (black)12.5%
Color previews
#df871f text on a black background
contrast 7.62:1
Card sample
#df871f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df871f;
Background color
Panel with #df871f background
background-color: #df871f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df871f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df871f; background: linear-gradient(135deg, #df871f, #B7DF1F);