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