#dacf76
a light, vivid yellow · cool · closest name: khaki
RGB
218, 207, 118
HSL
53°, 58%, 66%
CMYK
0, 5, 46, 15
Luminance
0.6084
Every format
| HEX | #dacf76 |
| RGB | rgb(218, 207, 118) |
| HSL | hsl(53, 58%, 66%) |
| CMYK | cmyk(0%, 5%, 46%, 15%) |
| LAB | lab(82.3 -8.3 45.4) |
| LCH | lch(82.3 46.1 100.4) |
| OKLCH | oklch(0.845 0.111 102.2) |
Copy-ready code
/* CSS */
color: #dacf76;
background-color: #dacf76;
/* Tailwind (arbitrary) */
class="text-[#dacf76] bg-[#dacf76]"
/* SCSS */
$brand: #dacf76;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.463)
/* Android */
Color.parseColor("#dacf76")Accessibility — WCAG contrast
Aa
#dacf76 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacf76 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow45.9%
Key (black)14.5%
Color previews
#dacf76 text on a black background
contrast 13.17:1
Card sample
#dacf76 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacf76;
Background color
Panel with #dacf76 background
background-color: #dacf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacf76; background: linear-gradient(135deg, #dacf76, #A2DA76);