#df9b3a
a balanced, vivid orange · warm · closest name: peru
RGB
223, 155, 58
HSL
35°, 72%, 55%
CMYK
0, 31, 74, 13
Luminance
0.3944
Every format
| HEX | #df9b3a |
| RGB | rgb(223, 155, 58) |
| HSL | hsl(35, 72%, 55%) |
| CMYK | cmyk(0%, 31%, 74%, 13%) |
| LAB | lab(69.1 16.9 58.4) |
| LCH | lch(69.1 60.8 73.8) |
| OKLCH | oklch(0.740 0.136 71.9) |
Copy-ready code
/* CSS */
color: #df9b3a;
background-color: #df9b3a;
/* Tailwind (arbitrary) */
class="text-[#df9b3a] bg-[#df9b3a]"
/* SCSS */
$brand: #df9b3a;
/* SwiftUI */
Color(red: 0.875, green: 0.608, blue: 0.227)
/* Android */
Color.parseColor("#df9b3a")Accessibility — WCAG contrast
Aa
#df9b3a on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9b3a on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.8%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow74.0%
Key (black)12.5%
Color previews
#df9b3a text on a black background
contrast 8.89:1
Card sample
#df9b3a text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9b3a;
Background color
Panel with #df9b3a background
background-color: #df9b3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9b3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 155, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 155, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9b3a; background: linear-gradient(135deg, #df9b3a, #B5DF3A);