#dfad97
a light, vivid orange · warm · closest name: tan
RGB
223, 173, 151
HSL
18°, 53%, 73%
CMYK
0, 22, 32, 13
Luminance
0.4781
Every format
| HEX | #dfad97 |
| RGB | rgb(223, 173, 151) |
| HSL | hsl(18, 53%, 73%) |
| CMYK | cmyk(0%, 22%, 32%, 13%) |
| LAB | lab(74.7 15.2 18.3) |
| LCH | lch(74.7 23.8 50.3) |
| OKLCH | oklch(0.788 0.066 44.9) |
Copy-ready code
/* CSS */
color: #dfad97;
background-color: #dfad97;
/* Tailwind (arbitrary) */
class="text-[#dfad97] bg-[#dfad97]"
/* SCSS */
$brand: #dfad97;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.592)
/* Android */
Color.parseColor("#dfad97")Accessibility — WCAG contrast
Aa
#dfad97 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad97 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow32.3%
Key (black)12.5%
Color previews
#dfad97 text on a black background
contrast 10.56:1
Card sample
#dfad97 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad97;
Background color
Panel with #dfad97 background
background-color: #dfad97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad97; background: linear-gradient(135deg, #dfad97, #DFDD97);