#eade27
a balanced, electric yellow · cool · closest name: gold
RGB
234, 222, 39
HSL
56°, 82%, 54%
CMYK
0, 5, 83, 8
Luminance
0.6988
Every format
| HEX | #eade27 |
| RGB | rgb(234, 222, 39) |
| HSL | hsl(56, 82%, 54%) |
| CMYK | cmyk(0%, 5%, 83%, 8%) |
| LAB | lab(86.9 -13.8 81.0) |
| LCH | lch(86.9 82.2 99.7) |
| OKLCH | oklch(0.883 0.180 105.4) |
Copy-ready code
/* CSS */
color: #eade27;
background-color: #eade27;
/* Tailwind (arbitrary) */
class="text-[#eade27] bg-[#eade27]"
/* SCSS */
$brand: #eade27;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.153)
/* Android */
Color.parseColor("#eade27")Accessibility — WCAG contrast
Aa
#eade27 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade27 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow83.3%
Key (black)8.2%
Color previews
#eade27 text on a black background
contrast 14.98:1
Card sample
#eade27 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade27;
Background color
Panel with #eade27 background
background-color: #eade27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade27; background: linear-gradient(135deg, #eade27, #74EA27);