#dfbda9
a light, vivid orange · warm · closest name: tan
RGB
223, 189, 169
HSL
22°, 46%, 77%
CMYK
0, 15, 24, 13
Luminance
0.5495
Every format
| HEX | #dfbda9 |
| RGB | rgb(223, 189, 169) |
| HSL | hsl(22, 46%, 77%) |
| CMYK | cmyk(0%, 15%, 24%, 13%) |
| LAB | lab(79.0 9.1 14.6) |
| LCH | lch(79.0 17.2 58.1) |
| OKLCH | oklch(0.823 0.048 52.3) |
Copy-ready code
/* CSS */
color: #dfbda9;
background-color: #dfbda9;
/* Tailwind (arbitrary) */
class="text-[#dfbda9] bg-[#dfbda9]"
/* SCSS */
$brand: #dfbda9;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.663)
/* Android */
Color.parseColor("#dfbda9")Accessibility — WCAG contrast
Aa
#dfbda9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbda9 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow24.2%
Key (black)12.5%
Color previews
#dfbda9 text on a black background
contrast 11.99:1
Card sample
#dfbda9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbda9;
Background color
Panel with #dfbda9 background
background-color: #dfbda9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbda9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbda9; background: linear-gradient(135deg, #dfbda9, #DDDFA9);