#eee385
a light, electric yellow · cool · “khaki”
RGB
238, 227, 133
HSL
54°, 76%, 73%
CMYK
0, 5, 44, 7
Luminance
0.7481
Every format
| HEX | #eee385 |
| RGB | rgb(238, 227, 133) |
| HSL | hsl(54, 76%, 73%) |
| CMYK | cmyk(0%, 5%, 44%, 7%) |
| LAB | lab(89.3 -9.0 47.1) |
| LCH | lch(89.3 47.9 100.8) |
| OKLCH | oklch(0.905 0.116 102.6) |
Copy-ready code
/* CSS */
color: #eee385;
background-color: #eee385;
/* Tailwind (arbitrary) */
class="text-[#eee385] bg-[#eee385]"
/* SCSS */
$brand: #eee385;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.522)
/* Android */
Color.parseColor("#eee385")Accessibility — WCAG contrast
Aa
#eee385 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee385 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow44.1%
Key (black)6.7%
Color previews
#eee385 text on a black background
contrast 15.96:1
Card sample
#eee385 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee385;
Background color
Panel with #eee385 background
background-color: #eee385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee385; background: linear-gradient(135deg, #eee385, #B3EE85);