#eee394
a light, vivid yellow · cool · closest name: khaki
RGB
238, 227, 148
HSL
53°, 73%, 76%
CMYK
0, 5, 38, 7
Luminance
0.7525
Every format
| HEX | #eee394 |
| RGB | rgb(238, 227, 148) |
| HSL | hsl(53, 73%, 76%) |
| CMYK | cmyk(0%, 5%, 38%, 7%) |
| LAB | lab(89.5 -7.4 39.9) |
| LCH | lch(89.5 40.6 100.6) |
| OKLCH | oklch(0.907 0.100 101.3) |
Copy-ready code
/* CSS */
color: #eee394;
background-color: #eee394;
/* Tailwind (arbitrary) */
class="text-[#eee394] bg-[#eee394]"
/* SCSS */
$brand: #eee394;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.580)
/* Android */
Color.parseColor("#eee394")Accessibility — WCAG contrast
Aa
#eee394 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee394 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow37.8%
Key (black)6.7%
Color previews
#eee394 text on a black background
contrast 16.05:1
Card sample
#eee394 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee394;
Background color
Panel with #eee394 background
background-color: #eee394;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee394;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee394; background: linear-gradient(135deg, #eee394, #BDEE94);