#df974c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 151, 76
HSL
31°, 70%, 59%
CMYK
0, 32, 66, 13
Luminance
0.3834
Every format
| HEX | #df974c |
| RGB | rgb(223, 151, 76) |
| HSL | hsl(31, 70%, 59%) |
| CMYK | cmyk(0%, 32%, 66%, 13%) |
| LAB | lab(68.3 20.0 49.5) |
| LCH | lch(68.3 53.4 68.0) |
| OKLCH | oklch(0.734 0.125 64.6) |
Copy-ready code
/* CSS */
color: #df974c;
background-color: #df974c;
/* Tailwind (arbitrary) */
class="text-[#df974c] bg-[#df974c]"
/* SCSS */
$brand: #df974c;
/* SwiftUI */
Color(red: 0.875, green: 0.592, blue: 0.298)
/* Android */
Color.parseColor("#df974c")Accessibility — WCAG contrast
Aa
#df974c on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df974c on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green59.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow65.9%
Key (black)12.5%
Color previews
#df974c text on a black background
contrast 8.67:1
Card sample
#df974c text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df974c;
Background color
Panel with #df974c background
background-color: #df974c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df974c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 151, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 151, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df974c; background: linear-gradient(135deg, #df974c, #C5DF4C);