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