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