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