#eee489
a light, vivid yellow · cool · “khaki”
RGB
238, 228, 137
HSL
54°, 75%, 74%
CMYK
0, 4, 42, 7
Luminance
0.7547
Every format
| HEX | #eee489 |
| RGB | rgb(238, 228, 137) |
| HSL | hsl(54, 75%, 74%) |
| CMYK | cmyk(0%, 4%, 42%, 7%) |
| LAB | lab(89.6 -9.1 45.5) |
| LCH | lch(89.6 46.4 101.3) |
| OKLCH | oklch(0.907 0.113 102.9) |
Copy-ready code
/* CSS */
color: #eee489;
background-color: #eee489;
/* Tailwind (arbitrary) */
class="text-[#eee489] bg-[#eee489]"
/* SCSS */
$brand: #eee489;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.537)
/* Android */
Color.parseColor("#eee489")Accessibility — WCAG contrast
Aa
#eee489 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee489 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow42.4%
Key (black)6.7%
Color previews
#eee489 text on a black background
contrast 16.09:1
Card sample
#eee489 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee489;
Background color
Panel with #eee489 background
background-color: #eee489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee489; background: linear-gradient(135deg, #eee489, #B5EE89);