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