#dfb5a2
a light, vivid orange · warm · closest name: tan
RGB
223, 181, 162
HSL
19°, 49%, 76%
CMYK
0, 19, 27, 13
Luminance
0.5134
Every format
| HEX | #dfb5a2 |
| RGB | rgb(223, 181, 162) |
| HSL | hsl(19, 49%, 76%) |
| CMYK | cmyk(0%, 19%, 27%, 13%) |
| LAB | lab(76.9 12.4 15.4) |
| LCH | lch(76.9 19.8 51.2) |
| OKLCH | oklch(0.805 0.056 45.6) |
Copy-ready code
/* CSS */
color: #dfb5a2;
background-color: #dfb5a2;
/* Tailwind (arbitrary) */
class="text-[#dfb5a2] bg-[#dfb5a2]"
/* SCSS */
$brand: #dfb5a2;
/* SwiftUI */
Color(red: 0.875, green: 0.710, blue: 0.635)
/* Android */
Color.parseColor("#dfb5a2")Accessibility — WCAG contrast
Aa
#dfb5a2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb5a2 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow27.4%
Key (black)12.5%
Color previews
#dfb5a2 text on a black background
contrast 11.27:1
Card sample
#dfb5a2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb5a2;
Background color
Panel with #dfb5a2 background
background-color: #dfb5a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb5a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 181, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 181, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb5a2; background: linear-gradient(135deg, #dfb5a2, #DFDEA2);