#df973d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 151, 61
HSL
33°, 72%, 56%
CMYK
0, 32, 73, 13
Luminance
0.3816
Every format
| HEX | #df973d |
| RGB | rgb(223, 151, 61) |
| HSL | hsl(33, 72%, 56%) |
| CMYK | cmyk(0%, 32%, 73%, 13%) |
| LAB | lab(68.1 19.2 56.2) |
| LCH | lch(68.1 59.4 71.1) |
| OKLCH | oklch(0.732 0.134 68.5) |
Copy-ready code
/* CSS */
color: #df973d;
background-color: #df973d;
/* Tailwind (arbitrary) */
class="text-[#df973d] bg-[#df973d]"
/* SCSS */
$brand: #df973d;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.239)
/* Android */
Color.parseColor("#df973d")Accessibility — WCAG contrast
Aa
#df973d on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df973d on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow72.6%
Key (black)12.5%
Color previews
#df973d text on a black background
contrast 8.63:1
Card sample
#df973d text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df973d;
Background color
Panel with #df973d background
background-color: #df973d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df973d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df973d; background: linear-gradient(135deg, #df973d, #BBDF3D);