#eee370
a light, electric yellow · cool · closest name: khaki
RGB
238, 227, 112
HSL
55°, 79%, 69%
CMYK
0, 5, 53, 7
Luminance
0.7429
Every format
| HEX | #eee370 |
| RGB | rgb(238, 227, 112) |
| HSL | hsl(55, 79%, 69%) |
| CMYK | cmyk(0%, 5%, 53%, 7%) |
| LAB | lab(89.1 -10.8 56.7) |
| LCH | lch(89.1 57.8 100.8) |
| OKLCH | oklch(0.902 0.137 103.8) |
Copy-ready code
/* CSS */
color: #eee370;
background-color: #eee370;
/* Tailwind (arbitrary) */
class="text-[#eee370] bg-[#eee370]"
/* SCSS */
$brand: #eee370;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.439)
/* Android */
Color.parseColor("#eee370")Accessibility — WCAG contrast
Aa
#eee370 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee370 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow52.9%
Key (black)6.7%
Color previews
#eee370 text on a black background
contrast 15.86:1
Card sample
#eee370 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee370;
Background color
Panel with #eee370 background
background-color: #eee370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee370; background: linear-gradient(135deg, #eee370, #A5EE70);