#dfad99
a light, vivid orange · warm · closest name: tan
RGB
223, 173, 153
HSL
17°, 52%, 74%
CMYK
0, 22, 31, 13
Luminance
0.4788
Every format
| HEX | #dfad99 |
| RGB | rgb(223, 173, 153) |
| HSL | hsl(17, 52%, 74%) |
| CMYK | cmyk(0%, 22%, 31%, 13%) |
| LAB | lab(74.8 15.5 17.3) |
| LCH | lch(74.8 23.2 48.2) |
| OKLCH | oklch(0.788 0.065 42.8) |
Copy-ready code
/* CSS */
color: #dfad99;
background-color: #dfad99;
/* Tailwind (arbitrary) */
class="text-[#dfad99] bg-[#dfad99]"
/* SCSS */
$brand: #dfad99;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.600)
/* Android */
Color.parseColor("#dfad99")Accessibility — WCAG contrast
Aa
#dfad99 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad99 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow31.4%
Key (black)12.5%
Color previews
#dfad99 text on a black background
contrast 10.58:1
Card sample
#dfad99 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad99;
Background color
Panel with #dfad99 background
background-color: #dfad99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad99; background: linear-gradient(135deg, #dfad99, #DFDC99);