#df9c3b
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 59
HSL
36°, 72%, 55%
CMYK
0, 30, 74, 13
Luminance
0.3978
Every format
| HEX | #df9c3b |
| RGB | rgb(223, 156, 59) |
| HSL | hsl(36, 72%, 55%) |
| CMYK | cmyk(0%, 30%, 74%, 13%) |
| LAB | lab(69.3 16.4 58.3) |
| LCH | lch(69.3 60.5 74.2) |
| OKLCH | oklch(0.742 0.135 72.4) |
Copy-ready code
/* CSS */
color: #df9c3b;
background-color: #df9c3b;
/* Tailwind (arbitrary) */
class="text-[#df9c3b] bg-[#df9c3b]"
/* SCSS */
$brand: #df9c3b;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.231)
/* Android */
Color.parseColor("#df9c3b")Accessibility — WCAG contrast
Aa
#df9c3b on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c3b on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow73.5%
Key (black)12.5%
Color previews
#df9c3b text on a black background
contrast 8.96:1
Card sample
#df9c3b text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c3b;
Background color
Panel with #df9c3b background
background-color: #df9c3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c3b; background: linear-gradient(135deg, #df9c3b, #B5DF3B);