#dfbdad
a light, soft orange · warm · closest name: tan
RGB
223, 189, 173
HSL
19°, 44%, 78%
CMYK
0, 15, 22, 13
Luminance
0.5510
Every format
| HEX | #dfbdad |
| RGB | rgb(223, 189, 173) |
| HSL | hsl(19, 44%, 78%) |
| CMYK | cmyk(0%, 15%, 22%, 13%) |
| LAB | lab(79.1 9.7 12.6) |
| LCH | lch(79.1 15.9 52.5) |
| OKLCH | oklch(0.824 0.045 46.7) |
Copy-ready code
/* CSS */
color: #dfbdad;
background-color: #dfbdad;
/* Tailwind (arbitrary) */
class="text-[#dfbdad] bg-[#dfbdad]"
/* SCSS */
$brand: #dfbdad;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.678)
/* Android */
Color.parseColor("#dfbdad")Accessibility — WCAG contrast
Aa
#dfbdad on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbdad on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow22.4%
Key (black)12.5%
Color previews
#dfbdad text on a black background
contrast 12.02:1
Card sample
#dfbdad text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbdad;
Background color
Panel with #dfbdad background
background-color: #dfbdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbdad; background: linear-gradient(135deg, #dfbdad, #DFDEAD);