#dacf9f
a light, soft yellow · cool · closest name: tan
RGB
218, 207, 159
HSL
49°, 44%, 74%
CMYK
0, 5, 27, 15
Luminance
0.6203
Every format
| HEX | #dacf9f |
| RGB | rgb(218, 207, 159) |
| HSL | hsl(49, 44%, 74%) |
| CMYK | cmyk(0%, 5%, 27%, 15%) |
| LAB | lab(82.9 -3.6 25.3) |
| LCH | lch(82.9 25.5 98.1) |
| OKLCH | oklch(0.852 0.064 96.7) |
Copy-ready code
/* CSS */
color: #dacf9f;
background-color: #dacf9f;
/* Tailwind (arbitrary) */
class="text-[#dacf9f] bg-[#dacf9f]"
/* SCSS */
$brand: #dacf9f;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#dacf9f")Accessibility — WCAG contrast
Aa
#dacf9f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacf9f on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow27.1%
Key (black)14.5%
Color previews
#dacf9f text on a black background
contrast 13.41:1
Card sample
#dacf9f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacf9f;
Background color
Panel with #dacf9f background
background-color: #dacf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacf9f; background: linear-gradient(135deg, #dacf9f, #BEDA9F);