#daef1e
a balanced, electric yellow · cool · closest name: yellow
RGB
218, 239, 30
HSL
66°, 87%, 53%
CMYK
9, 0, 87, 6
Luminance
0.7673
Every format
| HEX | #daef1e |
| RGB | rgb(218, 239, 30) |
| HSL | hsl(66, 87%, 53%) |
| CMYK | cmyk(9%, 0%, 87%, 6%) |
| LAB | lab(90.2 -28.8 84.9) |
| LCH | lch(90.2 89.7 108.7) |
| OKLCH | oklch(0.906 0.202 116.1) |
Copy-ready code
/* CSS */
color: #daef1e;
background-color: #daef1e;
/* Tailwind (arbitrary) */
class="text-[#daef1e] bg-[#daef1e]"
/* SCSS */
$brand: #daef1e;
/* SwiftUI */
Color(red: 0.855, green: 0.937, blue: 0.118)
/* Android */
Color.parseColor("#daef1e")Accessibility — WCAG contrast
Aa
#daef1e on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daef1e on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green93.7%
Blue11.8%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow87.4%
Key (black)6.3%
Color previews
#daef1e text on a black background
contrast 16.35:1
Card sample
#daef1e text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daef1e;
Background color
Panel with #daef1e background
background-color: #daef1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daef1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 239, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 239, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daef1e; background: linear-gradient(135deg, #daef1e, #4FEF1E);