#eee45a
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 228, 90
HSL
56°, 81%, 64%
CMYK
0, 4, 62, 7
Luminance
0.7440
Every format
| HEX | #eee45a |
| RGB | rgb(238, 228, 90) |
| HSL | hsl(56, 81%, 64%) |
| CMYK | cmyk(0%, 4%, 62%, 7%) |
| LAB | lab(89.1 -12.9 66.4) |
| LCH | lch(89.1 67.6 101.0) |
| OKLCH | oklch(0.902 0.156 105.2) |
Copy-ready code
/* CSS */
color: #eee45a;
background-color: #eee45a;
/* Tailwind (arbitrary) */
class="text-[#eee45a] bg-[#eee45a]"
/* SCSS */
$brand: #eee45a;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.353)
/* Android */
Color.parseColor("#eee45a")Accessibility — WCAG contrast
Aa
#eee45a on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee45a on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow62.2%
Key (black)6.7%
Color previews
#eee45a text on a black background
contrast 15.88:1
Card sample
#eee45a text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee45a;
Background color
Panel with #eee45a background
background-color: #eee45a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee45a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee45a; background: linear-gradient(135deg, #eee45a, #95EE5A);