#df8f2b
a balanced, vivid orange · warm · closest name: peru
RGB
223, 143, 43
HSL
33°, 74%, 52%
CMYK
0, 36, 81, 13
Luminance
0.3551
Every format
| HEX | #df8f2b |
| RGB | rgb(223, 143, 43) |
| HSL | hsl(33, 74%, 52%) |
| CMYK | cmyk(0%, 36%, 81%, 13%) |
| LAB | lab(66.1 22.8 61.5) |
| LCH | lch(66.1 65.6 69.7) |
| OKLCH | oklch(0.717 0.144 66.5) |
Copy-ready code
/* CSS */
color: #df8f2b;
background-color: #df8f2b;
/* Tailwind (arbitrary) */
class="text-[#df8f2b] bg-[#df8f2b]"
/* SCSS */
$brand: #df8f2b;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.169)
/* Android */
Color.parseColor("#df8f2b")Accessibility — WCAG contrast
Aa
#df8f2b on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8f2b on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow80.7%
Key (black)12.5%
Color previews
#df8f2b text on a black background
contrast 8.10:1
Card sample
#df8f2b text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8f2b;
Background color
Panel with #df8f2b background
background-color: #df8f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8f2b; background: linear-gradient(135deg, #df8f2b, #B7DF2B);