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