#dfc4af
a light, soft orange · warm · closest name: tan
RGB
223, 196, 175
HSL
26°, 43%, 78%
CMYK
0, 12, 22, 13
Luminance
0.5826
Every format
| HEX | #dfc4af |
| RGB | rgb(223, 196, 175) |
| HSL | hsl(26, 43%, 78%) |
| CMYK | cmyk(0%, 12%, 22%, 13%) |
| LAB | lab(80.9 6.3 14.1) |
| LCH | lch(80.9 15.4 66.0) |
| OKLCH | oklch(0.838 0.042 60.1) |
Copy-ready code
/* CSS */
color: #dfc4af;
background-color: #dfc4af;
/* Tailwind (arbitrary) */
class="text-[#dfc4af] bg-[#dfc4af]"
/* SCSS */
$brand: #dfc4af;
/* SwiftUI */
Color(red: 0.875, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#dfc4af")Accessibility — WCAG contrast
Aa
#dfc4af on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc4af on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow21.5%
Key (black)12.5%
Color previews
#dfc4af text on a black background
contrast 12.65:1
Card sample
#dfc4af text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc4af;
Background color
Panel with #dfc4af background
background-color: #dfc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc4af; background: linear-gradient(135deg, #dfc4af, #DADFAF);