#eee583
a light, electric yellow · cool · closest name: khaki
RGB
238, 229, 131
HSL
55°, 76%, 72%
CMYK
0, 4, 45, 7
Luminance
0.7585
Every format
| HEX | #eee583 |
| RGB | rgb(238, 229, 131) |
| HSL | hsl(55, 76%, 72%) |
| CMYK | cmyk(0%, 4%, 45%, 7%) |
| LAB | lab(89.8 -10.2 48.7) |
| LCH | lch(89.8 49.7 101.8) |
| OKLCH | oklch(0.908 0.120 103.9) |
Copy-ready code
/* CSS */
color: #eee583;
background-color: #eee583;
/* Tailwind (arbitrary) */
class="text-[#eee583] bg-[#eee583]"
/* SCSS */
$brand: #eee583;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.514)
/* Android */
Color.parseColor("#eee583")Accessibility — WCAG contrast
Aa
#eee583 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee583 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow45.0%
Key (black)6.7%
Color previews
#eee583 text on a black background
contrast 16.17:1
Card sample
#eee583 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee583;
Background color
Panel with #eee583 background
background-color: #eee583;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee583;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee583; background: linear-gradient(135deg, #eee583, #B0EE83);