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