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