#eee588
a light, electric yellow · cool · “khaki”
RGB
238, 229, 136
HSL
55°, 75%, 73%
CMYK
0, 4, 43, 7
Luminance
0.7599
Every format
| HEX | #eee588 |
| RGB | rgb(238, 229, 136) |
| HSL | hsl(55, 75%, 73%) |
| CMYK | cmyk(0%, 4%, 43%, 7%) |
| LAB | lab(89.9 -9.7 46.3) |
| LCH | lch(89.9 47.3 101.8) |
| OKLCH | oklch(0.909 0.115 103.6) |
Copy-ready code
/* CSS */
color: #eee588;
background-color: #eee588;
/* Tailwind (arbitrary) */
class="text-[#eee588] bg-[#eee588]"
/* SCSS */
$brand: #eee588;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.533)
/* Android */
Color.parseColor("#eee588")Accessibility — WCAG contrast
Aa
#eee588 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee588 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow42.9%
Key (black)6.7%
Color previews
#eee588 text on a black background
contrast 16.20:1
Card sample
#eee588 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee588;
Background color
Panel with #eee588 background
background-color: #eee588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee588; background: linear-gradient(135deg, #eee588, #B3EE88);