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