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