#df760d
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 118, 13
HSL
30°, 89%, 46%
CMYK
0, 47, 94, 13
Luminance
0.2867
Every format
| HEX | #df760d |
| RGB | rgb(223, 118, 13) |
| HSL | hsl(30, 89%, 46%) |
| CMYK | cmyk(0%, 47%, 94%, 13%) |
| LAB | lab(60.5 35.3 65.6) |
| LCH | lch(60.5 74.5 61.7) |
| OKLCH | oklch(0.672 0.162 55.6) |
Copy-ready code
/* CSS */
color: #df760d;
background-color: #df760d;
/* Tailwind (arbitrary) */
class="text-[#df760d] bg-[#df760d]"
/* SCSS */
$brand: #df760d;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.051)
/* Android */
Color.parseColor("#df760d")Accessibility — WCAG contrast
Aa
#df760d on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df760d on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow94.2%
Key (black)12.5%
Color previews
#df760d text on a black background
contrast 6.73:1
Card sample
#df760d text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df760d;
Background color
Panel with #df760d background
background-color: #df760d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df760d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df760d; background: linear-gradient(135deg, #df760d, #BCDF0D);