#dfb0a2
a light, vivid red · warm · closest name: tan
RGB
223, 176, 162
HSL
14°, 49%, 76%
CMYK
0, 21, 27, 13
Luminance
0.4935
Every format
| HEX | #dfb0a2 |
| RGB | rgb(223, 176, 162) |
| HSL | hsl(14, 49%, 76%) |
| CMYK | cmyk(0%, 21%, 27%, 13%) |
| LAB | lab(75.7 15.1 13.7) |
| LCH | lch(75.7 20.4 42.3) |
| OKLCH | oklch(0.796 0.059 37.2) |
Copy-ready code
/* CSS */
color: #dfb0a2;
background-color: #dfb0a2;
/* Tailwind (arbitrary) */
class="text-[#dfb0a2] bg-[#dfb0a2]"
/* SCSS */
$brand: #dfb0a2;
/* SwiftUI */
Color(red: 0.875, green: 0.690, blue: 0.635)
/* Android */
Color.parseColor("#dfb0a2")Accessibility — WCAG contrast
Aa
#dfb0a2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb0a2 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green69.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow27.4%
Key (black)12.5%
Color previews
#dfb0a2 text on a black background
contrast 10.87:1
Card sample
#dfb0a2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb0a2;
Background color
Panel with #dfb0a2 background
background-color: #dfb0a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb0a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 176, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 176, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb0a2; background: linear-gradient(135deg, #dfb0a2, #DFD9A2);