#eee977
a light, electric yellow · cool · closest name: khaki
RGB
238, 233, 119
HSL
58°, 78%, 70%
CMYK
0, 2, 50, 7
Luminance
0.7779
Every format
| HEX | #eee977 |
| RGB | rgb(238, 233, 119) |
| HSL | hsl(58, 78%, 70%) |
| CMYK | cmyk(0%, 2%, 50%, 7%) |
| LAB | lab(90.7 -13.2 55.4) |
| LCH | lch(90.7 57.0 103.4) |
| OKLCH | oklch(0.915 0.136 106.5) |
Copy-ready code
/* CSS */
color: #eee977;
background-color: #eee977;
/* Tailwind (arbitrary) */
class="text-[#eee977] bg-[#eee977]"
/* SCSS */
$brand: #eee977;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.467)
/* Android */
Color.parseColor("#eee977")Accessibility — WCAG contrast
Aa
#eee977 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee977 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow50.0%
Key (black)6.7%
Color previews
#eee977 text on a black background
contrast 16.56:1
Card sample
#eee977 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee977;
Background color
Panel with #eee977 background
background-color: #eee977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee977; background: linear-gradient(135deg, #eee977, #A4EE77);