#dfbaad
a light, soft orange · warm · closest name: tan
RGB
223, 186, 173
HSL
16°, 44%, 78%
CMYK
0, 17, 22, 13
Luminance
0.5382
Every format
| HEX | #dfbaad |
| RGB | rgb(223, 186, 173) |
| HSL | hsl(16, 44%, 78%) |
| CMYK | cmyk(0%, 17%, 22%, 13%) |
| LAB | lab(78.4 11.3 11.6) |
| LCH | lch(78.4 16.1 45.7) |
| OKLCH | oklch(0.818 0.046 40.3) |
Copy-ready code
/* CSS */
color: #dfbaad;
background-color: #dfbaad;
/* Tailwind (arbitrary) */
class="text-[#dfbaad] bg-[#dfbaad]"
/* SCSS */
$brand: #dfbaad;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#dfbaad")Accessibility — WCAG contrast
Aa
#dfbaad on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbaad on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow22.4%
Key (black)12.5%
Color previews
#dfbaad text on a black background
contrast 11.76:1
Card sample
#dfbaad text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbaad;
Background color
Panel with #dfbaad background
background-color: #dfbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbaad; background: linear-gradient(135deg, #dfbaad, #DFDBAD);