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