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