#dfb7aa
a light, vivid red · warm · closest name: tan
RGB
223, 183, 170
HSL
15°, 45%, 77%
CMYK
0, 18, 24, 13
Luminance
0.5246
Every format
| HEX | #dfb7aa |
| RGB | rgb(223, 183, 170) |
| HSL | hsl(15, 45%, 77%) |
| CMYK | cmyk(0%, 18%, 24%, 13%) |
| LAB | lab(77.5 12.4 12.0) |
| LCH | lch(77.5 17.3 44.0) |
| OKLCH | oklch(0.811 0.050 38.8) |
Copy-ready code
/* CSS */
color: #dfb7aa;
background-color: #dfb7aa;
/* Tailwind (arbitrary) */
class="text-[#dfb7aa] bg-[#dfb7aa]"
/* SCSS */
$brand: #dfb7aa;
/* SwiftUI */
Color(red: 0.875, green: 0.718, blue: 0.667)
/* Android */
Color.parseColor("#dfb7aa")Accessibility — WCAG contrast
Aa
#dfb7aa on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb7aa on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.8%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow23.8%
Key (black)12.5%
Color previews
#dfb7aa text on a black background
contrast 11.49:1
Card sample
#dfb7aa text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb7aa;
Background color
Panel with #dfb7aa background
background-color: #dfb7aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb7aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 183, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 183, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb7aa; background: linear-gradient(135deg, #dfb7aa, #DFDAAA);