#eade53
a balanced, electric yellow · cool · closest name: gold
RGB
234, 222, 83
HSL
55°, 78%, 62%
CMYK
0, 5, 65, 8
Luminance
0.7036
Every format
| HEX | #eade53 |
| RGB | rgb(234, 222, 83) |
| HSL | hsl(55, 78%, 62%) |
| CMYK | cmyk(0%, 5%, 65%, 8%) |
| LAB | lab(87.2 -12.0 67.1) |
| LCH | lch(87.2 68.1 100.1) |
| OKLCH | oklch(0.885 0.156 104.4) |
Copy-ready code
/* CSS */
color: #eade53;
background-color: #eade53;
/* Tailwind (arbitrary) */
class="text-[#eade53] bg-[#eade53]"
/* SCSS */
$brand: #eade53;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.325)
/* Android */
Color.parseColor("#eade53")Accessibility — WCAG contrast
Aa
#eade53 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade53 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow64.5%
Key (black)8.2%
Color previews
#eade53 text on a black background
contrast 15.07:1
Card sample
#eade53 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade53;
Background color
Panel with #eade53 background
background-color: #eade53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade53; background: linear-gradient(135deg, #eade53, #92EA53);