#df7c0f
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 124, 15
HSL
31°, 87%, 47%
CMYK
0, 44, 93, 13
Luminance
0.3014
Every format
| HEX | #df7c0f |
| RGB | rgb(223, 124, 15) |
| HSL | hsl(31, 87%, 47%) |
| CMYK | cmyk(0%, 44%, 93%, 13%) |
| LAB | lab(61.8 32.2 66.1) |
| LCH | lch(61.8 73.5 64.0) |
| OKLCH | oklch(0.682 0.159 58.6) |
Copy-ready code
/* CSS */
color: #df7c0f;
background-color: #df7c0f;
/* Tailwind (arbitrary) */
class="text-[#df7c0f] bg-[#df7c0f]"
/* SCSS */
$brand: #df7c0f;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.059)
/* Android */
Color.parseColor("#df7c0f")Accessibility — WCAG contrast
Aa
#df7c0f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c0f on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow93.3%
Key (black)12.5%
Color previews
#df7c0f text on a black background
contrast 7.03:1
Card sample
#df7c0f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c0f;
Background color
Panel with #df7c0f background
background-color: #df7c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c0f; background: linear-gradient(135deg, #df7c0f, #B8DF0F);