#daeb6f
a light, electric yellow · cool · closest name: khaki
RGB
218, 235, 111
HSL
68°, 76%, 68%
CMYK
7, 0, 53, 8
Luminance
0.7547
Every format
| HEX | #daeb6f |
| RGB | rgb(218, 235, 111) |
| HSL | hsl(68, 76%, 68%) |
| CMYK | cmyk(7%, 0%, 53%, 8%) |
| LAB | lab(89.6 -22.8 57.4) |
| LCH | lch(89.6 61.8 111.6) |
| OKLCH | oklch(0.903 0.150 116.0) |
Copy-ready code
/* CSS */
color: #daeb6f;
background-color: #daeb6f;
/* Tailwind (arbitrary) */
class="text-[#daeb6f] bg-[#daeb6f]"
/* SCSS */
$brand: #daeb6f;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.435)
/* Android */
Color.parseColor("#daeb6f")Accessibility — WCAG contrast
Aa
#daeb6f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeb6f on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue43.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow52.8%
Key (black)7.8%
Color previews
#daeb6f text on a black background
contrast 16.09:1
Card sample
#daeb6f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeb6f;
Background color
Panel with #daeb6f background
background-color: #daeb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeb6f; background: linear-gradient(135deg, #daeb6f, #87EB6F);