#daee13
a balanced, electric yellow · cool · closest name: yellow
RGB
218, 238, 19
HSL
66°, 87%, 50%
CMYK
8, 0, 92, 7
Luminance
0.7610
Every format
| HEX | #daee13 |
| RGB | rgb(218, 238, 19) |
| HSL | hsl(66, 87%, 50%) |
| CMYK | cmyk(8%, 0%, 92%, 7%) |
| LAB | lab(89.9 -28.5 86.3) |
| LCH | lch(89.9 90.9 108.3) |
| OKLCH | oklch(0.903 0.204 115.8) |
Copy-ready code
/* CSS */
color: #daee13;
background-color: #daee13;
/* Tailwind (arbitrary) */
class="text-[#daee13] bg-[#daee13]"
/* SCSS */
$brand: #daee13;
/* SwiftUI */
Color(red: 0.855, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#daee13")Accessibility — WCAG contrast
Aa
#daee13 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daee13 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green93.3%
Blue7.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#daee13 text on a black background
contrast 16.22:1
Card sample
#daee13 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daee13;
Background color
Panel with #daee13 background
background-color: #daee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daee13; background: linear-gradient(135deg, #daee13, #48EE13);