#dacdaf
a light, soft yellow · warm · closest name: tan
RGB
218, 205, 175
HSL
42°, 37%, 77%
CMYK
0, 6, 20, 15
Luminance
0.6166
Every format
| HEX | #dacdaf |
| RGB | rgb(218, 205, 175) |
| HSL | hsl(42, 37%, 77%) |
| CMYK | cmyk(0%, 6%, 20%, 15%) |
| LAB | lab(82.7 -0.3 16.6) |
| LCH | lch(82.7 16.6 91.1) |
| OKLCH | oklch(0.851 0.043 87.4) |
Copy-ready code
/* CSS */
color: #dacdaf;
background-color: #dacdaf;
/* Tailwind (arbitrary) */
class="text-[#dacdaf] bg-[#dacdaf]"
/* SCSS */
$brand: #dacdaf;
/* SwiftUI */
Color(red: 0.855, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#dacdaf")Accessibility — WCAG contrast
Aa
#dacdaf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacdaf on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow19.7%
Key (black)14.5%
Color previews
#dacdaf text on a black background
contrast 13.33:1
Card sample
#dacdaf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacdaf;
Background color
Panel with #dacdaf background
background-color: #dacdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacdaf; background: linear-gradient(135deg, #dacdaf, #CADAAF);