#eee47f
a light, electric yellow · cool · closest name: khaki
RGB
238, 228, 127
HSL
55°, 77%, 72%
CMYK
0, 4, 47, 7
Luminance
0.7520
Every format
| HEX | #eee47f |
| RGB | rgb(238, 228, 127) |
| HSL | hsl(55, 77%, 72%) |
| CMYK | cmyk(0%, 4%, 47%, 7%) |
| LAB | lab(89.5 -10.1 50.2) |
| LCH | lch(89.5 51.2 101.3) |
| OKLCH | oklch(0.906 0.123 103.6) |
Copy-ready code
/* CSS */
color: #eee47f;
background-color: #eee47f;
/* Tailwind (arbitrary) */
class="text-[#eee47f] bg-[#eee47f]"
/* SCSS */
$brand: #eee47f;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.498)
/* Android */
Color.parseColor("#eee47f")Accessibility — WCAG contrast
Aa
#eee47f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee47f on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow46.6%
Key (black)6.7%
Color previews
#eee47f text on a black background
contrast 16.04:1
Card sample
#eee47f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee47f;
Background color
Panel with #eee47f background
background-color: #eee47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee47f; background: linear-gradient(135deg, #eee47f, #AEEE7F);