#df722d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 114, 45
HSL
23°, 74%, 53%
CMYK
0, 49, 80, 13
Luminance
0.2791
Every format
| HEX | #df722d |
| RGB | rgb(223, 114, 45) |
| HSL | hsl(23, 74%, 53%) |
| CMYK | cmyk(0%, 49%, 80%, 13%) |
| LAB | lab(59.8 38.1 54.9) |
| LCH | lch(59.8 66.8 55.3) |
| OKLCH | oklch(0.668 0.157 49.0) |
Copy-ready code
/* CSS */
color: #df722d;
background-color: #df722d;
/* Tailwind (arbitrary) */
class="text-[#df722d] bg-[#df722d]"
/* SCSS */
$brand: #df722d;
/* SwiftUI */
Color(red: 0.875, green: 0.447, blue: 0.176)
/* Android */
Color.parseColor("#df722d")Accessibility — WCAG contrast
Aa
#df722d on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df722d on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow79.8%
Key (black)12.5%
Color previews
#df722d text on a black background
contrast 6.58:1
Card sample
#df722d text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df722d;
Background color
Panel with #df722d background
background-color: #df722d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df722d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 114, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 114, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df722d; background: linear-gradient(135deg, #df722d, #D5DF2D);