#dac0af
a light, soft orange · warm · closest name: tan
RGB
218, 192, 175
HSL
24°, 37%, 77%
CMYK
0, 12, 20, 15
Luminance
0.5570
Every format
| HEX | #dac0af |
| RGB | rgb(218, 192, 175) |
| HSL | hsl(24, 37%, 77%) |
| CMYK | cmyk(0%, 12%, 20%, 15%) |
| LAB | lab(79.4 6.5 11.9) |
| LCH | lch(79.4 13.6 61.4) |
| OKLCH | oklch(0.825 0.038 55.3) |
Copy-ready code
/* CSS */
color: #dac0af;
background-color: #dac0af;
/* Tailwind (arbitrary) */
class="text-[#dac0af] bg-[#dac0af]"
/* SCSS */
$brand: #dac0af;
/* SwiftUI */
Color(red: 0.855, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#dac0af")Accessibility — WCAG contrast
Aa
#dac0af on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac0af on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow19.7%
Key (black)14.5%
Color previews
#dac0af text on a black background
contrast 12.14:1
Card sample
#dac0af text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac0af;
Background color
Panel with #dac0af background
background-color: #dac0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac0af; background: linear-gradient(135deg, #dac0af, #D7DAAF);