#dfac9e
a light, vivid red · warm · closest name: tan
RGB
223, 172, 158
HSL
13°, 50%, 75%
CMYK
0, 23, 29, 13
Luminance
0.4766
Every format
| HEX | #dfac9e |
| RGB | rgb(223, 172, 158) |
| HSL | hsl(13, 50%, 75%) |
| CMYK | cmyk(0%, 23%, 29%, 13%) |
| LAB | lab(74.6 16.7 14.4) |
| LCH | lch(74.6 22.0 40.8) |
| OKLCH | oklch(0.787 0.063 35.9) |
Copy-ready code
/* CSS */
color: #dfac9e;
background-color: #dfac9e;
/* Tailwind (arbitrary) */
class="text-[#dfac9e] bg-[#dfac9e]"
/* SCSS */
$brand: #dfac9e;
/* SwiftUI */
Color(red: 0.875, green: 0.675, blue: 0.620)
/* Android */
Color.parseColor("#dfac9e")Accessibility — WCAG contrast
Aa
#dfac9e on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfac9e on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.5%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow29.1%
Key (black)12.5%
Color previews
#dfac9e text on a black background
contrast 10.53:1
Card sample
#dfac9e text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfac9e;
Background color
Panel with #dfac9e background
background-color: #dfac9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfac9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 172, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 172, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfac9e; background: linear-gradient(135deg, #dfac9e, #DFD79E);