#df982d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 152, 45
HSL
36°, 74%, 53%
CMYK
0, 32, 80, 13
Luminance
0.3833
Every format
| HEX | #df982d |
| RGB | rgb(223, 152, 45) |
| HSL | hsl(36, 74%, 53%) |
| CMYK | cmyk(0%, 32%, 80%, 13%) |
| LAB | lab(68.3 18.0 62.7) |
| LCH | lch(68.3 65.3 74.0) |
| OKLCH | oklch(0.733 0.142 72.1) |
Copy-ready code
/* CSS */
color: #df982d;
background-color: #df982d;
/* Tailwind (arbitrary) */
class="text-[#df982d] bg-[#df982d]"
/* SCSS */
$brand: #df982d;
/* SwiftUI */
Color(red: 0.875, green: 0.596, blue: 0.176)
/* Android */
Color.parseColor("#df982d")Accessibility — WCAG contrast
Aa
#df982d on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df982d on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow79.8%
Key (black)12.5%
Color previews
#df982d text on a black background
contrast 8.67:1
Card sample
#df982d text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df982d;
Background color
Panel with #df982d background
background-color: #df982d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df982d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 152, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 152, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df982d; background: linear-gradient(135deg, #df982d, #AFDF2D);