#df944c
a balanced, vivid orange · warm · closest name: peru
RGB
223, 148, 76
HSL
29°, 70%, 59%
CMYK
0, 34, 66, 13
Luminance
0.3739
Every format
| HEX | #df944c |
| RGB | rgb(223, 148, 76) |
| HSL | hsl(29, 70%, 59%) |
| CMYK | cmyk(0%, 34%, 66%, 13%) |
| LAB | lab(67.6 21.6 48.7) |
| LCH | lch(67.6 53.3 66.1) |
| OKLCH | oklch(0.728 0.126 62.4) |
Copy-ready code
/* CSS */
color: #df944c;
background-color: #df944c;
/* Tailwind (arbitrary) */
class="text-[#df944c] bg-[#df944c]"
/* SCSS */
$brand: #df944c;
/* SwiftUI */
Color(red: 0.875, green: 0.580, blue: 0.298)
/* Android */
Color.parseColor("#df944c")Accessibility — WCAG contrast
Aa
#df944c on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df944c on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow65.9%
Key (black)12.5%
Color previews
#df944c text on a black background
contrast 8.48:1
Card sample
#df944c text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df944c;
Background color
Panel with #df944c background
background-color: #df944c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df944c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 148, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 148, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df944c; background: linear-gradient(135deg, #df944c, #C8DF4C);