#dfb2a4
a light, vivid red · warm · closest name: tan
RGB
223, 178, 164
HSL
14°, 48%, 76%
CMYK
0, 20, 27, 13
Luminance
0.5021
Every format
| HEX | #dfb2a4 |
| RGB | rgb(223, 178, 164) |
| HSL | hsl(14, 48%, 76%) |
| CMYK | cmyk(0%, 20%, 27%, 13%) |
| LAB | lab(76.2 14.3 13.4) |
| LCH | lch(76.2 19.6 43.1) |
| OKLCH | oklch(0.800 0.056 38.0) |
Copy-ready code
/* CSS */
color: #dfb2a4;
background-color: #dfb2a4;
/* Tailwind (arbitrary) */
class="text-[#dfb2a4] bg-[#dfb2a4]"
/* SCSS */
$brand: #dfb2a4;
/* SwiftUI */
Color(red: 0.875, green: 0.698, blue: 0.643)
/* Android */
Color.parseColor("#dfb2a4")Accessibility — WCAG contrast
Aa
#dfb2a4 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb2a4 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.8%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow26.5%
Key (black)12.5%
Color previews
#dfb2a4 text on a black background
contrast 11.04:1
Card sample
#dfb2a4 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb2a4;
Background color
Panel with #dfb2a4 background
background-color: #dfb2a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb2a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 178, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 178, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb2a4; background: linear-gradient(135deg, #dfb2a4, #DFD9A4);