#eada28
a balanced, electric yellow · cool · closest name: gold
RGB
234, 218, 40
HSL
55°, 82%, 54%
CMYK
0, 7, 83, 8
Luminance
0.6779
Every format
| HEX | #eada28 |
| RGB | rgb(234, 218, 40) |
| HSL | hsl(55, 82%, 54%) |
| CMYK | cmyk(0%, 7%, 83%, 8%) |
| LAB | lab(85.9 -11.8 79.9) |
| LCH | lch(85.9 80.8 98.4) |
| OKLCH | oklch(0.875 0.176 103.8) |
Copy-ready code
/* CSS */
color: #eada28;
background-color: #eada28;
/* Tailwind (arbitrary) */
class="text-[#eada28] bg-[#eada28]"
/* SCSS */
$brand: #eada28;
/* SwiftUI */
Color(red: 0.918, green: 0.855, blue: 0.157)
/* Android */
Color.parseColor("#eada28")Accessibility — WCAG contrast
Aa
#eada28 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eada28 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.5%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow82.9%
Key (black)8.2%
Color previews
#eada28 text on a black background
contrast 14.56:1
Card sample
#eada28 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eada28;
Background color
Panel with #eada28 background
background-color: #eada28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eada28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 218, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 218, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eada28; background: linear-gradient(135deg, #eada28, #78EA28);