#eee358
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 227, 88
HSL
56°, 82%, 64%
CMYK
0, 5, 63, 7
Luminance
0.7382
Every format
| HEX | #eee358 |
| RGB | rgb(238, 227, 88) |
| HSL | hsl(56, 82%, 64%) |
| CMYK | cmyk(0%, 5%, 63%, 7%) |
| LAB | lab(88.8 -12.5 66.9) |
| LCH | lch(88.8 68.1 100.6) |
| OKLCH | oklch(0.899 0.157 104.8) |
Copy-ready code
/* CSS */
color: #eee358;
background-color: #eee358;
/* Tailwind (arbitrary) */
class="text-[#eee358] bg-[#eee358]"
/* SCSS */
$brand: #eee358;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.345)
/* Android */
Color.parseColor("#eee358")Accessibility — WCAG contrast
Aa
#eee358 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee358 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow63.0%
Key (black)6.7%
Color previews
#eee358 text on a black background
contrast 15.76:1
Card sample
#eee358 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee358;
Background color
Panel with #eee358 background
background-color: #eee358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee358; background: linear-gradient(135deg, #eee358, #95EE58);