#df9c0f
a balanced, electric yellow · warm · closest name: orange
RGB
223, 156, 15
HSL
41°, 87%, 47%
CMYK
0, 30, 93, 13
Luminance
0.3950
Every format
| HEX | #df9c0f |
| RGB | rgb(223, 156, 15) |
| HSL | hsl(41, 87%, 47%) |
| CMYK | cmyk(0%, 30%, 93%, 13%) |
| LAB | lab(69.1 15.2 71.3) |
| LCH | lch(69.1 72.9 78.0) |
| OKLCH | oklch(0.739 0.152 77.4) |
Copy-ready code
/* CSS */
color: #df9c0f;
background-color: #df9c0f;
/* Tailwind (arbitrary) */
class="text-[#df9c0f] bg-[#df9c0f]"
/* SCSS */
$brand: #df9c0f;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.059)
/* Android */
Color.parseColor("#df9c0f")Accessibility — WCAG contrast
Aa
#df9c0f on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9c0f on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow93.3%
Key (black)12.5%
Color previews
#df9c0f text on a black background
contrast 8.90:1
Card sample
#df9c0f text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9c0f;
Background color
Panel with #df9c0f background
background-color: #df9c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9c0f; background: linear-gradient(135deg, #df9c0f, #97DF0F);