#eee554
a balanced, electric yellow · cool · closest name: gold
RGB
238, 229, 84
HSL
57°, 82%, 63%
CMYK
0, 4, 65, 7
Luminance
0.7486
Every format
| HEX | #eee554 |
| RGB | rgb(238, 229, 84) |
| HSL | hsl(57, 82%, 63%) |
| CMYK | cmyk(0%, 4%, 65%, 7%) |
| LAB | lab(89.3 -13.7 69.0) |
| LCH | lch(89.3 70.4 101.3) |
| OKLCH | oklch(0.903 0.162 105.8) |
Copy-ready code
/* CSS */
color: #eee554;
background-color: #eee554;
/* Tailwind (arbitrary) */
class="text-[#eee554] bg-[#eee554]"
/* SCSS */
$brand: #eee554;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.329)
/* Android */
Color.parseColor("#eee554")Accessibility — WCAG contrast
Aa
#eee554 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee554 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow64.7%
Key (black)6.7%
Color previews
#eee554 text on a black background
contrast 15.97:1
Card sample
#eee554 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee554;
Background color
Panel with #eee554 background
background-color: #eee554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee554; background: linear-gradient(135deg, #eee554, #90EE54);