#df9c5f
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 95
HSL
29°, 67%, 62%
CMYK
0, 30, 57, 13
Luminance
0.4029
Every format
| HEX | #df9c5f |
| RGB | rgb(223, 156, 95) |
| HSL | hsl(29, 67%, 62%) |
| CMYK | cmyk(0%, 30%, 57%, 13%) |
| LAB | lab(69.7 18.6 41.6) |
| LCH | lch(69.7 45.6 65.9) |
| OKLCH | oklch(0.746 0.112 62.1) |
Copy-ready code
/* CSS */
color: #df9c5f;
background-color: #df9c5f;
/* Tailwind (arbitrary) */
class="text-[#df9c5f] bg-[#df9c5f]"
/* SCSS */
$brand: #df9c5f;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.373)
/* Android */
Color.parseColor("#df9c5f")Accessibility — WCAG contrast
Aa
#df9c5f on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c5f on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow57.4%
Key (black)12.5%
Color previews
#df9c5f text on a black background
contrast 9.06:1
Card sample
#df9c5f text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c5f;
Background color
Panel with #df9c5f background
background-color: #df9c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c5f; background: linear-gradient(135deg, #df9c5f, #CDDF5F);