#dac78f
a light, vivid yellow · warm · closest name: tan
RGB
218, 199, 143
HSL
45°, 50%, 71%
CMYK
0, 9, 34, 15
Luminance
0.5774
Every format
| HEX | #dac78f |
| RGB | rgb(218, 199, 143) |
| HSL | hsl(45, 50%, 71%) |
| CMYK | cmyk(0%, 9%, 34%, 15%) |
| LAB | lab(80.6 -1.5 30.5) |
| LCH | lch(80.6 30.5 92.8) |
| OKLCH | oklch(0.832 0.076 91.5) |
Copy-ready code
/* CSS */
color: #dac78f;
background-color: #dac78f;
/* Tailwind (arbitrary) */
class="text-[#dac78f] bg-[#dac78f]"
/* SCSS */
$brand: #dac78f;
/* SwiftUI */
Color(red: 0.855, green: 0.780, blue: 0.561)
/* Android */
Color.parseColor("#dac78f")Accessibility — WCAG contrast
Aa
#dac78f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac78f on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow34.4%
Key (black)14.5%
Color previews
#dac78f text on a black background
contrast 12.55:1
Card sample
#dac78f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac78f;
Background color
Panel with #dac78f background
background-color: #dac78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 199, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 199, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac78f; background: linear-gradient(135deg, #dac78f, #BBDA8F);