#dac89f
a light, soft yellow · warm · closest name: tan
RGB
218, 200, 159
HSL
42°, 44%, 74%
CMYK
0, 8, 27, 15
Luminance
0.5872
Every format
| HEX | #dac89f |
| RGB | rgb(218, 200, 159) |
| HSL | hsl(42, 44%, 74%) |
| CMYK | cmyk(0%, 8%, 27%, 15%) |
| LAB | lab(81.1 0.0 22.8) |
| LCH | lch(81.1 22.8 89.9) |
| OKLCH | oklch(0.838 0.058 87.1) |
Copy-ready code
/* CSS */
color: #dac89f;
background-color: #dac89f;
/* Tailwind (arbitrary) */
class="text-[#dac89f] bg-[#dac89f]"
/* SCSS */
$brand: #dac89f;
/* SwiftUI */
Color(red: 0.855, green: 0.784, blue: 0.624)
/* Android */
Color.parseColor("#dac89f")Accessibility — WCAG contrast
Aa
#dac89f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac89f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow27.1%
Key (black)14.5%
Color previews
#dac89f text on a black background
contrast 12.74:1
Card sample
#dac89f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac89f;
Background color
Panel with #dac89f background
background-color: #dac89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 200, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 200, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac89f; background: linear-gradient(135deg, #dac89f, #C5DA9F);