#df830e
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 131, 14
HSL
34°, 88%, 47%
CMYK
0, 41, 94, 13
Luminance
0.3195
Every format
| HEX | #df830e |
| RGB | rgb(223, 131, 14) |
| HSL | hsl(34, 88%, 47%) |
| CMYK | cmyk(0%, 41%, 94%, 13%) |
| LAB | lab(63.3 28.5 67.3) |
| LCH | lch(63.3 73.1 67.0) |
| OKLCH | oklch(0.694 0.156 62.6) |
Copy-ready code
/* CSS */
color: #df830e;
background-color: #df830e;
/* Tailwind (arbitrary) */
class="text-[#df830e] bg-[#df830e]"
/* SCSS */
$brand: #df830e;
/* SwiftUI */
Color(red: 0.875, green: 0.514, blue: 0.055)
/* Android */
Color.parseColor("#df830e")Accessibility — WCAG contrast
Aa
#df830e on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df830e on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.4%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow93.7%
Key (black)12.5%
Color previews
#df830e text on a black background
contrast 7.39:1
Card sample
#df830e text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df830e;
Background color
Panel with #df830e background
background-color: #df830e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df830e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 131, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 131, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df830e; background: linear-gradient(135deg, #df830e, #B0DF0E);