#eee39b
a light, vivid yellow · cool · closest name: khaki
RGB
238, 227, 155
HSL
52°, 71%, 77%
CMYK
0, 5, 35, 7
Luminance
0.7548
Every format
| HEX | #eee39b |
| RGB | rgb(238, 227, 155) |
| HSL | hsl(52, 71%, 77%) |
| CMYK | cmyk(0%, 5%, 35%, 7%) |
| LAB | lab(89.6 -6.7 36.6) |
| LCH | lch(89.6 37.2 100.3) |
| OKLCH | oklch(0.908 0.092 100.6) |
Copy-ready code
/* CSS */
color: #eee39b;
background-color: #eee39b;
/* Tailwind (arbitrary) */
class="text-[#eee39b] bg-[#eee39b]"
/* SCSS */
$brand: #eee39b;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.608)
/* Android */
Color.parseColor("#eee39b")Accessibility — WCAG contrast
Aa
#eee39b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee39b on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow34.9%
Key (black)6.7%
Color previews
#eee39b text on a black background
contrast 16.10:1
Card sample
#eee39b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee39b;
Background color
Panel with #eee39b background
background-color: #eee39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee39b; background: linear-gradient(135deg, #eee39b, #C2EE9B);