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