#dfc9ac
a light, soft orange · warm · closest name: tan
RGB
223, 201, 172
HSL
34°, 44%, 78%
CMYK
0, 10, 23, 13
Luminance
0.6044
Every format
| HEX | #dfc9ac |
| RGB | rgb(223, 201, 172) |
| HSL | hsl(34, 44%, 78%) |
| CMYK | cmyk(0%, 10%, 23%, 13%) |
| LAB | lab(82.1 3.2 17.3) |
| LCH | lch(82.1 17.6 79.5) |
| OKLCH | oklch(0.847 0.046 74.7) |
Copy-ready code
/* CSS */
color: #dfc9ac;
background-color: #dfc9ac;
/* Tailwind (arbitrary) */
class="text-[#dfc9ac] bg-[#dfc9ac]"
/* SCSS */
$brand: #dfc9ac;
/* SwiftUI */
Color(red: 0.875, green: 0.788, blue: 0.675)
/* Android */
Color.parseColor("#dfc9ac")Accessibility — WCAG contrast
Aa
#dfc9ac on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc9ac on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow22.9%
Key (black)12.5%
Color previews
#dfc9ac text on a black background
contrast 13.09:1
Card sample
#dfc9ac text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc9ac;
Background color
Panel with #dfc9ac background
background-color: #dfc9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 201, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 201, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc9ac; background: linear-gradient(135deg, #dfc9ac, #D3DFAC);