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