#df773d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 119, 61
HSL
22°, 72%, 56%
CMYK
0, 47, 73, 13
Luminance
0.2922
Every format
| HEX | #df773d |
| RGB | rgb(223, 119, 61) |
| HSL | hsl(22, 72%, 56%) |
| CMYK | cmyk(0%, 47%, 73%, 13%) |
| LAB | lab(61.0 36.1 48.7) |
| LCH | lch(61.0 60.7 53.5) |
| OKLCH | oklch(0.677 0.148 47.6) |
Copy-ready code
/* CSS */
color: #df773d;
background-color: #df773d;
/* Tailwind (arbitrary) */
class="text-[#df773d] bg-[#df773d]"
/* SCSS */
$brand: #df773d;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.239)
/* Android */
Color.parseColor("#df773d")Accessibility — WCAG contrast
Aa
#df773d on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df773d on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow72.6%
Key (black)12.5%
Color previews
#df773d text on a black background
contrast 6.84:1
Card sample
#df773d text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df773d;
Background color
Panel with #df773d background
background-color: #df773d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df773d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df773d; background: linear-gradient(135deg, #df773d, #DBDF3D);