#daeb30
a balanced, electric yellow · cool · closest name: yellow
RGB
218, 235, 48
HSL
66°, 82%, 56%
CMYK
7, 0, 80, 8
Luminance
0.7454
Every format
| HEX | #daeb30 |
| RGB | rgb(218, 235, 48) |
| HSL | hsl(66, 82%, 56%) |
| CMYK | cmyk(7%, 0%, 80%, 8%) |
| LAB | lab(89.2 -26.4 80.2) |
| LCH | lch(89.2 84.5 108.2) |
| OKLCH | oklch(0.898 0.192 115.1) |
Copy-ready code
/* CSS */
color: #daeb30;
background-color: #daeb30;
/* Tailwind (arbitrary) */
class="text-[#daeb30] bg-[#daeb30]"
/* SCSS */
$brand: #daeb30;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.188)
/* Android */
Color.parseColor("#daeb30")Accessibility — WCAG contrast
Aa
#daeb30 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeb30 on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue18.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow79.6%
Key (black)7.8%
Color previews
#daeb30 text on a black background
contrast 15.91:1
Card sample
#daeb30 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeb30;
Background color
Panel with #daeb30 background
background-color: #daeb30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeb30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeb30; background: linear-gradient(135deg, #daeb30, #5DEB30);