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