#dacdab
a light, soft yellow · warm · closest name: tan
RGB
218, 205, 171
HSL
43°, 39%, 76%
CMYK
0, 6, 22, 15
Luminance
0.6151
Every format
| HEX | #dacdab |
| RGB | rgb(218, 205, 171) |
| HSL | hsl(43, 39%, 76%) |
| CMYK | cmyk(0%, 6%, 22%, 15%) |
| LAB | lab(82.7 -0.9 18.6) |
| LCH | lch(82.7 18.6 92.7) |
| OKLCH | oklch(0.850 0.048 89.6) |
Copy-ready code
/* CSS */
color: #dacdab;
background-color: #dacdab;
/* Tailwind (arbitrary) */
class="text-[#dacdab] bg-[#dacdab]"
/* SCSS */
$brand: #dacdab;
/* SwiftUI */
Color(red: 0.855, green: 0.804, blue: 0.671)
/* Android */
Color.parseColor("#dacdab")Accessibility — WCAG contrast
Aa
#dacdab on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacdab on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow21.6%
Key (black)14.5%
Color previews
#dacdab text on a black background
contrast 13.30:1
Card sample
#dacdab text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacdab;
Background color
Panel with #dacdab background
background-color: #dacdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 205, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 205, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacdab; background: linear-gradient(135deg, #dacdab, #C8DAAB);