#eaea2a
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 234, 42
HSL
60°, 82%, 54%
CMYK
0, 0, 82, 8
Luminance
0.7651
Every format
| HEX | #eaea2a |
| RGB | rgb(234, 234, 42) |
| HSL | hsl(60, 82%, 54%) |
| CMYK | cmyk(0%, 0%, 82%, 8%) |
| LAB | lab(90.1 -19.6 83.0) |
| LCH | lch(90.1 85.2 103.3) |
| OKLCH | oklch(0.908 0.189 109.6) |
Copy-ready code
/* CSS */
color: #eaea2a;
background-color: #eaea2a;
/* Tailwind (arbitrary) */
class="text-[#eaea2a] bg-[#eaea2a]"
/* SCSS */
$brand: #eaea2a;
/* SwiftUI */
Color(red: 0.918, green: 0.918, blue: 0.165)
/* Android */
Color.parseColor("#eaea2a")Accessibility — WCAG contrast
Aa
#eaea2a on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaea2a on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.8%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow82.1%
Key (black)8.2%
Color previews
#eaea2a text on a black background
contrast 16.30:1
Card sample
#eaea2a text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaea2a;
Background color
Panel with #eaea2a background
background-color: #eaea2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaea2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 234, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 234, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaea2a; background: linear-gradient(135deg, #eaea2a, #6AEA2A);