#daea59
a balanced, electric yellow · cool · closest name: khaki
RGB
218, 234, 89
HSL
67°, 78%, 63%
CMYK
7, 0, 62, 8
Luminance
0.7447
Every format
| HEX | #daea59 |
| RGB | rgb(218, 234, 89) |
| HSL | hsl(67, 78%, 63%) |
| CMYK | cmyk(7%, 0%, 62%, 8%) |
| LAB | lab(89.2 -24.0 66.4) |
| LCH | lch(89.2 70.6 109.8) |
| OKLCH | oklch(0.898 0.167 115.2) |
Copy-ready code
/* CSS */
color: #daea59;
background-color: #daea59;
/* Tailwind (arbitrary) */
class="text-[#daea59] bg-[#daea59]"
/* SCSS */
$brand: #daea59;
/* SwiftUI */
Color(red: 0.855, green: 0.918, blue: 0.349)
/* Android */
Color.parseColor("#daea59")Accessibility — WCAG contrast
Aa
#daea59 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daea59 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green91.8%
Blue34.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow62.0%
Key (black)8.2%
Color previews
#daea59 text on a black background
contrast 15.89:1
Card sample
#daea59 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daea59;
Background color
Panel with #daea59 background
background-color: #daea59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daea59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 234, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 234, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daea59; background: linear-gradient(135deg, #daea59, #79EA59);