#dacf97
a light, vivid yellow · cool · closest name: tan
RGB
218, 207, 151
HSL
50°, 48%, 72%
CMYK
0, 5, 31, 15
Luminance
0.6177
Every format
| HEX | #dacf97 |
| RGB | rgb(218, 207, 151) |
| HSL | hsl(50, 48%, 72%) |
| CMYK | cmyk(0%, 5%, 31%, 15%) |
| LAB | lab(82.8 -4.6 29.3) |
| LCH | lch(82.8 29.6 99.0) |
| OKLCH | oklch(0.850 0.074 98.3) |
Copy-ready code
/* CSS */
color: #dacf97;
background-color: #dacf97;
/* Tailwind (arbitrary) */
class="text-[#dacf97] bg-[#dacf97]"
/* SCSS */
$brand: #dacf97;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#dacf97")Accessibility — WCAG contrast
Aa
#dacf97 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacf97 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow30.7%
Key (black)14.5%
Color previews
#dacf97 text on a black background
contrast 13.35:1
Card sample
#dacf97 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacf97;
Background color
Panel with #dacf97 background
background-color: #dacf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacf97; background: linear-gradient(135deg, #dacf97, #B9DA97);