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