#df9b2c
a balanced, vivid orange · warm · closest name: orange
RGB
223, 155, 44
HSL
37°, 74%, 52%
CMYK
0, 31, 80, 13
Luminance
0.3931
Every format
| HEX | #df9b2c |
| RGB | rgb(223, 155, 44) |
| HSL | hsl(37, 74%, 52%) |
| CMYK | cmyk(0%, 31%, 80%, 13%) |
| LAB | lab(69.0 16.4 63.7) |
| LCH | lch(69.0 65.8 75.6) |
| OKLCH | oklch(0.739 0.143 74.2) |
Copy-ready code
/* CSS */
color: #df9b2c;
background-color: #df9b2c;
/* Tailwind (arbitrary) */
class="text-[#df9b2c] bg-[#df9b2c]"
/* SCSS */
$brand: #df9b2c;
/* SwiftUI */
Color(red: 0.875, green: 0.608, blue: 0.173)
/* Android */
Color.parseColor("#df9b2c")Accessibility — WCAG contrast
Aa
#df9b2c on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9b2c on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow80.3%
Key (black)12.5%
Color previews
#df9b2c text on a black background
contrast 8.86:1
Card sample
#df9b2c text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9b2c;
Background color
Panel with #df9b2c background
background-color: #df9b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 155, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 155, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9b2c; background: linear-gradient(135deg, #df9b2c, #ACDF2C);