#df8c3f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 63
HSL
29°, 71%, 56%
CMYK
0, 37, 72, 13
Luminance
0.3480
Every format
| HEX | #df8c3f |
| RGB | rgb(223, 140, 63) |
| HSL | hsl(29, 71%, 56%) |
| CMYK | cmyk(0%, 37%, 72%, 13%) |
| LAB | lab(65.6 25.2 52.7) |
| LCH | lch(65.6 58.4 64.5) |
| OKLCH | oklch(0.713 0.136 60.3) |
Copy-ready code
/* CSS */
color: #df8c3f;
background-color: #df8c3f;
/* Tailwind (arbitrary) */
class="text-[#df8c3f] bg-[#df8c3f]"
/* SCSS */
$brand: #df8c3f;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.247)
/* Android */
Color.parseColor("#df8c3f")Accessibility — WCAG contrast
Aa
#df8c3f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c3f on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow71.7%
Key (black)12.5%
Color previews
#df8c3f text on a black background
contrast 7.96:1
Card sample
#df8c3f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c3f;
Background color
Panel with #df8c3f background
background-color: #df8c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c3f; background: linear-gradient(135deg, #df8c3f, #C7DF3F);