#df9c4f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 79
HSL
32°, 69%, 59%
CMYK
0, 30, 65, 13
Luminance
0.4003
Every format
| HEX | #df9c4f |
| RGB | rgb(223, 156, 79) |
| HSL | hsl(32, 69%, 59%) |
| CMYK | cmyk(0%, 30%, 65%, 13%) |
| LAB | lab(69.5 17.5 49.4) |
| LCH | lch(69.5 52.4 70.5) |
| OKLCH | oklch(0.744 0.123 67.6) |
Copy-ready code
/* CSS */
color: #df9c4f;
background-color: #df9c4f;
/* Tailwind (arbitrary) */
class="text-[#df9c4f] bg-[#df9c4f]"
/* SCSS */
$brand: #df9c4f;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.310)
/* Android */
Color.parseColor("#df9c4f")Accessibility — WCAG contrast
Aa
#df9c4f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c4f on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow64.6%
Key (black)12.5%
Color previews
#df9c4f text on a black background
contrast 9.01:1
Card sample
#df9c4f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c4f;
Background color
Panel with #df9c4f background
background-color: #df9c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c4f; background: linear-gradient(135deg, #df9c4f, #C2DF4F);