#df772d
a balanced, vivid orange · warm · closest name: chocolate
RGB
223, 119, 45
HSL
25°, 74%, 53%
CMYK
0, 47, 80, 13
Luminance
0.2907
Every format
| HEX | #df772d |
| RGB | rgb(223, 119, 45) |
| HSL | hsl(25, 74%, 53%) |
| CMYK | cmyk(0%, 47%, 80%, 13%) |
| LAB | lab(60.9 35.5 55.9) |
| LCH | lch(60.9 66.2 57.6) |
| OKLCH | oklch(0.676 0.154 51.7) |
Copy-ready code
/* CSS */
color: #df772d;
background-color: #df772d;
/* Tailwind (arbitrary) */
class="text-[#df772d] bg-[#df772d]"
/* SCSS */
$brand: #df772d;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.176)
/* Android */
Color.parseColor("#df772d")Accessibility — WCAG contrast
Aa
#df772d on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df772d on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow79.8%
Key (black)12.5%
Color previews
#df772d text on a black background
contrast 6.81:1
Card sample
#df772d text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df772d;
Background color
Panel with #df772d background
background-color: #df772d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df772d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df772d; background: linear-gradient(135deg, #df772d, #D0DF2D);