#dfad93
a light, vivid orange · warm · closest name: tan
RGB
223, 173, 147
HSL
21°, 54%, 73%
CMYK
0, 22, 34, 13
Luminance
0.4768
Every format
| HEX | #dfad93 |
| RGB | rgb(223, 173, 147) |
| HSL | hsl(21, 54%, 73%) |
| CMYK | cmyk(0%, 22%, 34%, 13%) |
| LAB | lab(74.6 14.7 20.4) |
| LCH | lch(74.6 25.1 54.2) |
| OKLCH | oklch(0.787 0.069 48.8) |
Copy-ready code
/* CSS */
color: #dfad93;
background-color: #dfad93;
/* Tailwind (arbitrary) */
class="text-[#dfad93] bg-[#dfad93]"
/* SCSS */
$brand: #dfad93;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.576)
/* Android */
Color.parseColor("#dfad93")Accessibility — WCAG contrast
Aa
#dfad93 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad93 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow34.1%
Key (black)12.5%
Color previews
#dfad93 text on a black background
contrast 10.54:1
Card sample
#dfad93 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad93;
Background color
Panel with #dfad93 background
background-color: #dfad93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad93; background: linear-gradient(135deg, #dfad93, #DEDF93);