#df9c5b
a balanced, vivid orange · warm · closest name: peru
RGB
223, 156, 91
HSL
30°, 67%, 62%
CMYK
0, 30, 59, 13
Luminance
0.4022
Every format
| HEX | #df9c5b |
| RGB | rgb(223, 156, 91) |
| HSL | hsl(30, 67%, 62%) |
| CMYK | cmyk(0%, 30%, 59%, 13%) |
| LAB | lab(69.6 18.3 43.6) |
| LCH | lch(69.6 47.3 67.2) |
| OKLCH | oklch(0.745 0.115 63.6) |
Copy-ready code
/* CSS */
color: #df9c5b;
background-color: #df9c5b;
/* Tailwind (arbitrary) */
class="text-[#df9c5b] bg-[#df9c5b]"
/* SCSS */
$brand: #df9c5b;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.357)
/* Android */
Color.parseColor("#df9c5b")Accessibility — WCAG contrast
Aa
#df9c5b on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c5b on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow59.2%
Key (black)12.5%
Color previews
#df9c5b text on a black background
contrast 9.04:1
Card sample
#df9c5b text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c5b;
Background color
Panel with #df9c5b background
background-color: #df9c5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c5b; background: linear-gradient(135deg, #df9c5b, #CADF5B);