#df8c2a
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 42
HSL
33°, 74%, 52%
CMYK
0, 37, 81, 13
Luminance
0.3461
Every format
| HEX | #df8c2a |
| RGB | rgb(223, 140, 42) |
| HSL | hsl(33, 74%, 52%) |
| CMYK | cmyk(0%, 37%, 81%, 13%) |
| LAB | lab(65.5 24.3 61.3) |
| LCH | lch(65.5 65.9 68.3) |
| OKLCH | oklch(0.711 0.145 64.8) |
Copy-ready code
/* CSS */
color: #df8c2a;
background-color: #df8c2a;
/* Tailwind (arbitrary) */
class="text-[#df8c2a] bg-[#df8c2a]"
/* SCSS */
$brand: #df8c2a;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.165)
/* Android */
Color.parseColor("#df8c2a")Accessibility — WCAG contrast
Aa
#df8c2a on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c2a on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow81.2%
Key (black)12.5%
Color previews
#df8c2a text on a black background
contrast 7.92:1
Card sample
#df8c2a text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c2a;
Background color
Panel with #df8c2a background
background-color: #df8c2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c2a; background: linear-gradient(135deg, #df8c2a, #B9DF2A);