#eae430
a balanced, electric yellow · cool · closest name: gold
RGB
234, 228, 48
HSL
58°, 82%, 55%
CMYK
0, 3, 80, 8
Luminance
0.7319
Every format
| HEX | #eae430 |
| RGB | rgb(234, 228, 48) |
| HSL | hsl(58, 82%, 55%) |
| CMYK | cmyk(0%, 3%, 80%, 8%) |
| LAB | lab(88.5 -16.5 80.2) |
| LCH | lch(88.5 81.8 101.6) |
| OKLCH | oklch(0.896 0.182 107.5) |
Copy-ready code
/* CSS */
color: #eae430;
background-color: #eae430;
/* Tailwind (arbitrary) */
class="text-[#eae430] bg-[#eae430]"
/* SCSS */
$brand: #eae430;
/* SwiftUI */
Color(red: 0.918, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#eae430")Accessibility — WCAG contrast
Aa
#eae430 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae430 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow79.5%
Key (black)8.2%
Color previews
#eae430 text on a black background
contrast 15.64:1
Card sample
#eae430 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae430;
Background color
Panel with #eae430 background
background-color: #eae430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae430; background: linear-gradient(135deg, #eae430, #74EA30);