#eaed21
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 237, 33
HSL
61°, 85%, 53%
CMYK
1, 0, 86, 7
Luminance
0.7817
Every format
| HEX | #eaed21 |
| RGB | rgb(234, 237, 33) |
| HSL | hsl(61, 85%, 53%) |
| CMYK | cmyk(1%, 0%, 86%, 7%) |
| LAB | lab(90.9 -21.2 85.4) |
| LCH | lch(90.9 88.0 104.0) |
| OKLCH | oklch(0.914 0.195 110.7) |
Copy-ready code
/* CSS */
color: #eaed21;
background-color: #eaed21;
/* Tailwind (arbitrary) */
class="text-[#eaed21] bg-[#eaed21]"
/* SCSS */
$brand: #eaed21;
/* SwiftUI */
Color(red: 0.918, green: 0.929, blue: 0.129)
/* Android */
Color.parseColor("#eaed21")Accessibility — WCAG contrast
Aa
#eaed21 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaed21 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green92.9%
Blue12.9%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow86.1%
Key (black)7.1%
Color previews
#eaed21 text on a black background
contrast 16.63:1
Card sample
#eaed21 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaed21;
Background color
Panel with #eaed21 background
background-color: #eaed21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaed21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 237, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 237, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaed21; background: linear-gradient(135deg, #eaed21, #62ED21);