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