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