#dfba74
a light, vivid orange · warm · closest name: tan
RGB
223, 186, 116
HSL
39°, 63%, 67%
CMYK
0, 17, 48, 13
Luminance
0.5207
Every format
| HEX | #dfba74 |
| RGB | rgb(223, 186, 116) |
| HSL | hsl(39, 63%, 67%) |
| CMYK | cmyk(0%, 17%, 48%, 13%) |
| LAB | lab(77.3 4.4 40.3) |
| LCH | lch(77.3 40.5 83.7) |
| OKLCH | oklch(0.806 0.098 82.5) |
Copy-ready code
/* CSS */
color: #dfba74;
background-color: #dfba74;
/* Tailwind (arbitrary) */
class="text-[#dfba74] bg-[#dfba74]"
/* SCSS */
$brand: #dfba74;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.455)
/* Android */
Color.parseColor("#dfba74")Accessibility — WCAG contrast
Aa
#dfba74 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba74 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow48.0%
Key (black)12.5%
Color previews
#dfba74 text on a black background
contrast 11.41:1
Card sample
#dfba74 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba74;
Background color
Panel with #dfba74 background
background-color: #dfba74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba74; background: linear-gradient(135deg, #dfba74, #BDDF74);