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