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