#dfc2ad
a light, soft orange · warm · closest name: tan
RGB
223, 194, 173
HSL
25°, 44%, 78%
CMYK
0, 13, 22, 13
Luminance
0.5729
Every format
| HEX | #dfc2ad |
| RGB | rgb(223, 194, 173) |
| HSL | hsl(25, 44%, 78%) |
| CMYK | cmyk(0%, 13%, 22%, 13%) |
| LAB | lab(80.3 7.0 14.3) |
| LCH | lch(80.3 16.0 63.9) |
| OKLCH | oklch(0.833 0.044 58.0) |
Copy-ready code
/* CSS */
color: #dfc2ad;
background-color: #dfc2ad;
/* Tailwind (arbitrary) */
class="text-[#dfc2ad] bg-[#dfc2ad]"
/* SCSS */
$brand: #dfc2ad;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.678)
/* Android */
Color.parseColor("#dfc2ad")Accessibility — WCAG contrast
Aa
#dfc2ad on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2ad on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow22.4%
Key (black)12.5%
Color previews
#dfc2ad text on a black background
contrast 12.46:1
Card sample
#dfc2ad text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2ad;
Background color
Panel with #dfc2ad background
background-color: #dfc2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2ad; background: linear-gradient(135deg, #dfc2ad, #DBDFAD);