#df810b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 129, 11
HSL
33°, 91%, 46%
CMYK
0, 42, 95, 13
Luminance
0.3141
Every format
| HEX | #df810b |
| RGB | rgb(223, 129, 11) |
| HSL | hsl(33, 91%, 46%) |
| CMYK | cmyk(0%, 42%, 95%, 13%) |
| LAB | lab(62.9 29.6 67.5) |
| LCH | lch(62.9 73.7 66.4) |
| OKLCH | oklch(0.691 0.157 61.6) |
Copy-ready code
/* CSS */
color: #df810b;
background-color: #df810b;
/* Tailwind (arbitrary) */
class="text-[#df810b] bg-[#df810b]"
/* SCSS */
$brand: #df810b;
/* SwiftUI */
Color(red: 0.875, green: 0.506, blue: 0.043)
/* Android */
Color.parseColor("#df810b")Accessibility — WCAG contrast
Aa
#df810b on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df810b on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow95.1%
Key (black)12.5%
Color previews
#df810b text on a black background
contrast 7.28:1
Card sample
#df810b text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df810b;
Background color
Panel with #df810b background
background-color: #df810b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df810b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 129, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 129, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df810b; background: linear-gradient(135deg, #df810b, #B0DF0B);