#dacf9b
a light, vivid yellow · cool · closest name: tan
RGB
218, 207, 155
HSL
50°, 46%, 73%
CMYK
0, 5, 29, 15
Luminance
0.6190
Every format
| HEX | #dacf9b |
| RGB | rgb(218, 207, 155) |
| HSL | hsl(50, 46%, 73%) |
| CMYK | cmyk(0%, 5%, 29%, 15%) |
| LAB | lab(82.9 -4.1 27.3) |
| LCH | lch(82.9 27.6 98.6) |
| OKLCH | oklch(0.851 0.069 97.6) |
Copy-ready code
/* CSS */
color: #dacf9b;
background-color: #dacf9b;
/* Tailwind (arbitrary) */
class="text-[#dacf9b] bg-[#dacf9b]"
/* SCSS */
$brand: #dacf9b;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#dacf9b")Accessibility — WCAG contrast
Aa
#dacf9b on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacf9b on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow28.9%
Key (black)14.5%
Color previews
#dacf9b text on a black background
contrast 13.38:1
Card sample
#dacf9b text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacf9b;
Background color
Panel with #dacf9b background
background-color: #dacf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacf9b; background: linear-gradient(135deg, #dacf9b, #BBDA9B);