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