#df8c4f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 79
HSL
25°, 69%, 59%
CMYK
0, 37, 65, 13
Luminance
0.3501
Every format
| HEX | #df8c4f |
| RGB | rgb(223, 140, 79) |
| HSL | hsl(25, 69%, 59%) |
| CMYK | cmyk(0%, 37%, 65%, 13%) |
| LAB | lab(65.8 26.1 45.1) |
| LCH | lch(65.8 52.1 60.0) |
| OKLCH | oklch(0.715 0.127 55.3) |
Copy-ready code
/* CSS */
color: #df8c4f;
background-color: #df8c4f;
/* Tailwind (arbitrary) */
class="text-[#df8c4f] bg-[#df8c4f]"
/* SCSS */
$brand: #df8c4f;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.310)
/* Android */
Color.parseColor("#df8c4f")Accessibility — WCAG contrast
Aa
#df8c4f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c4f on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow64.6%
Key (black)12.5%
Color previews
#df8c4f text on a black background
contrast 8.00:1
Card sample
#df8c4f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c4f;
Background color
Panel with #df8c4f background
background-color: #df8c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c4f; background: linear-gradient(135deg, #df8c4f, #D2DF4F);