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