#df792d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 121, 45
HSL
26°, 74%, 53%
CMYK
0, 46, 80, 13
Luminance
0.2955
Every format
| HEX | #df792d |
| RGB | rgb(223, 121, 45) |
| HSL | hsl(26, 74%, 53%) |
| CMYK | cmyk(0%, 46%, 80%, 13%) |
| LAB | lab(61.3 34.5 56.3) |
| LCH | lch(61.3 66.0 58.5) |
| OKLCH | oklch(0.679 0.153 52.8) |
Copy-ready code
/* CSS */
color: #df792d;
background-color: #df792d;
/* Tailwind (arbitrary) */
class="text-[#df792d] bg-[#df792d]"
/* SCSS */
$brand: #df792d;
/* SwiftUI */
Color(red: 0.875, green: 0.475, blue: 0.176)
/* Android */
Color.parseColor("#df792d")Accessibility — WCAG contrast
Aa
#df792d on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df792d on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow79.8%
Key (black)12.5%
Color previews
#df792d text on a black background
contrast 6.91:1
Card sample
#df792d text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df792d;
Background color
Panel with #df792d background
background-color: #df792d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df792d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 121, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 121, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df792d; background: linear-gradient(135deg, #df792d, #CEDF2D);