#dacf65
a balanced, vivid yellow · cool · closest name: khaki
RGB
218, 207, 101
HSL
54°, 61%, 63%
CMYK
0, 5, 54, 15
Luminance
0.6047
Every format
| HEX | #dacf65 |
| RGB | rgb(218, 207, 101) |
| HSL | hsl(54, 61%, 63%) |
| CMYK | cmyk(0%, 5%, 54%, 15%) |
| LAB | lab(82.1 -9.8 53.3) |
| LCH | lch(82.1 54.2 100.4) |
| OKLCH | oklch(0.842 0.128 103.4) |
Copy-ready code
/* CSS */
color: #dacf65;
background-color: #dacf65;
/* Tailwind (arbitrary) */
class="text-[#dacf65] bg-[#dacf65]"
/* SCSS */
$brand: #dacf65;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.396)
/* Android */
Color.parseColor("#dacf65")Accessibility — WCAG contrast
Aa
#dacf65 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacf65 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow53.7%
Key (black)14.5%
Color previews
#dacf65 text on a black background
contrast 13.09:1
Card sample
#dacf65 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacf65;
Background color
Panel with #dacf65 background
background-color: #dacf65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacf65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacf65; background: linear-gradient(135deg, #dacf65, #97DA65);