#dfad9f
a light, vivid red · warm · closest name: tan
RGB
223, 173, 159
HSL
13°, 50%, 75%
CMYK
0, 22, 29, 13
Luminance
0.4808
Every format
| HEX | #dfad9f |
| RGB | rgb(223, 173, 159) |
| HSL | hsl(13, 50%, 75%) |
| CMYK | cmyk(0%, 22%, 29%, 13%) |
| LAB | lab(74.9 16.3 14.2) |
| LCH | lch(74.9 21.6 41.2) |
| OKLCH | oklch(0.790 0.062 36.2) |
Copy-ready code
/* CSS */
color: #dfad9f;
background-color: #dfad9f;
/* Tailwind (arbitrary) */
class="text-[#dfad9f] bg-[#dfad9f]"
/* SCSS */
$brand: #dfad9f;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.624)
/* Android */
Color.parseColor("#dfad9f")Accessibility — WCAG contrast
Aa
#dfad9f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad9f on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow28.7%
Key (black)12.5%
Color previews
#dfad9f text on a black background
contrast 10.62:1
Card sample
#dfad9f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad9f;
Background color
Panel with #dfad9f background
background-color: #dfad9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad9f; background: linear-gradient(135deg, #dfad9f, #DFD89F);