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