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