#df824d
a balanced, vivid orange · warm · closest name: peru
RGB
223, 130, 77
HSL
22°, 70%, 59%
CMYK
0, 42, 66, 13
Luminance
0.3219
Every format
| HEX | #df824d |
| RGB | rgb(223, 130, 77) |
| HSL | hsl(22, 70%, 59%) |
| CMYK | cmyk(0%, 42%, 66%, 13%) |
| LAB | lab(63.5 31.3 43.5) |
| LCH | lch(63.5 53.6 54.3) |
| OKLCH | oklch(0.697 0.134 49.0) |
Copy-ready code
/* CSS */
color: #df824d;
background-color: #df824d;
/* Tailwind (arbitrary) */
class="text-[#df824d] bg-[#df824d]"
/* SCSS */
$brand: #df824d;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.302)
/* Android */
Color.parseColor("#df824d")Accessibility — WCAG contrast
Aa
#df824d on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df824d on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow65.5%
Key (black)12.5%
Color previews
#df824d text on a black background
contrast 7.44:1
Card sample
#df824d text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df824d;
Background color
Panel with #df824d background
background-color: #df824d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df824d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df824d; background: linear-gradient(135deg, #df824d, #DBDF4D);