#eee178
a light, electric yellow · cool · closest name: khaki
RGB
238, 225, 120
HSL
53°, 78%, 70%
CMYK
0, 6, 50, 7
Luminance
0.7338
Every format
| HEX | #eee178 |
| RGB | rgb(238, 225, 120) |
| HSL | hsl(53, 78%, 70%) |
| CMYK | cmyk(0%, 6%, 50%, 7%) |
| LAB | lab(88.6 -9.2 52.5) |
| LCH | lch(88.6 53.3 99.9) |
| OKLCH | oklch(0.899 0.127 102.3) |
Copy-ready code
/* CSS */
color: #eee178;
background-color: #eee178;
/* Tailwind (arbitrary) */
class="text-[#eee178] bg-[#eee178]"
/* SCSS */
$brand: #eee178;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.471)
/* Android */
Color.parseColor("#eee178")Accessibility — WCAG contrast
Aa
#eee178 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee178 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow49.6%
Key (black)6.7%
Color previews
#eee178 text on a black background
contrast 15.68:1
Card sample
#eee178 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee178;
Background color
Panel with #eee178 background
background-color: #eee178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee178; background: linear-gradient(135deg, #eee178, #ACEE78);