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