#df8c32
a balanced, vivid orange · warm · closest name: peru
RGB
223, 140, 50
HSL
31°, 73%, 54%
CMYK
0, 37, 78, 13
Luminance
0.3467
Every format
| HEX | #df8c32 |
| RGB | rgb(223, 140, 50) |
| HSL | hsl(31, 73%, 54%) |
| CMYK | cmyk(0%, 37%, 78%, 13%) |
| LAB | lab(65.5 24.6 58.2) |
| LCH | lch(65.5 63.2 67.1) |
| OKLCH | oklch(0.712 0.142 63.3) |
Copy-ready code
/* CSS */
color: #df8c32;
background-color: #df8c32;
/* Tailwind (arbitrary) */
class="text-[#df8c32] bg-[#df8c32]"
/* SCSS */
$brand: #df8c32;
/* SwiftUI */
Color(red: 0.875, green: 0.549, blue: 0.196)
/* Android */
Color.parseColor("#df8c32")Accessibility — WCAG contrast
Aa
#df8c32 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8c32 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green54.9%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow77.6%
Key (black)12.5%
Color previews
#df8c32 text on a black background
contrast 7.93:1
Card sample
#df8c32 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8c32;
Background color
Panel with #df8c32 background
background-color: #df8c32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8c32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 140, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 140, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8c32; background: linear-gradient(135deg, #df8c32, #BFDF32);