#df9f2e
a balanced, vivid orange · warm · closest name: orange
RGB
223, 159, 46
HSL
38°, 73%, 53%
CMYK
0, 29, 79, 13
Luminance
0.4068
Every format
| HEX | #df9f2e |
| RGB | rgb(223, 159, 46) |
| HSL | hsl(38, 73%, 53%) |
| CMYK | cmyk(0%, 29%, 79%, 13%) |
| LAB | lab(70.0 14.3 63.9) |
| LCH | lch(70.0 65.5 77.4) |
| OKLCH | oklch(0.746 0.142 76.5) |
Copy-ready code
/* CSS */
color: #df9f2e;
background-color: #df9f2e;
/* Tailwind (arbitrary) */
class="text-[#df9f2e] bg-[#df9f2e]"
/* SCSS */
$brand: #df9f2e;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.180)
/* Android */
Color.parseColor("#df9f2e")Accessibility — WCAG contrast
Aa
#df9f2e on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9f2e on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow79.4%
Key (black)12.5%
Color previews
#df9f2e text on a black background
contrast 9.14:1
Card sample
#df9f2e text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9f2e;
Background color
Panel with #df9f2e background
background-color: #df9f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9f2e; background: linear-gradient(135deg, #df9f2e, #A9DF2E);