#daeb5d
a balanced, electric yellow · cool · closest name: khaki
RGB
218, 235, 93
HSL
67°, 78%, 64%
CMYK
7, 0, 60, 8
Luminance
0.7511
Every format
| HEX | #daeb5d |
| RGB | rgb(218, 235, 93) |
| HSL | hsl(67, 78%, 64%) |
| CMYK | cmyk(7%, 0%, 60%, 8%) |
| LAB | lab(89.5 -24.2 65.0) |
| LCH | lch(89.5 69.4 110.4) |
| OKLCH | oklch(0.901 0.165 115.6) |
Copy-ready code
/* CSS */
color: #daeb5d;
background-color: #daeb5d;
/* Tailwind (arbitrary) */
class="text-[#daeb5d] bg-[#daeb5d]"
/* SCSS */
$brand: #daeb5d;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.365)
/* Android */
Color.parseColor("#daeb5d")Accessibility — WCAG contrast
Aa
#daeb5d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeb5d on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue36.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow60.4%
Key (black)7.8%
Color previews
#daeb5d text on a black background
contrast 16.02:1
Card sample
#daeb5d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeb5d;
Background color
Panel with #daeb5d background
background-color: #daeb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeb5d; background: linear-gradient(135deg, #daeb5d, #7BEB5D);