#eee77b
a light, electric yellow · cool · closest name: khaki
RGB
238, 231, 123
HSL
56°, 77%, 71%
CMYK
0, 3, 48, 7
Luminance
0.7676
Every format
| HEX | #eee77b |
| RGB | rgb(238, 231, 123) |
| HSL | hsl(56, 77%, 71%) |
| CMYK | cmyk(0%, 3%, 48%, 7%) |
| LAB | lab(90.2 -11.9 53.0) |
| LCH | lch(90.2 54.3 102.7) |
| OKLCH | oklch(0.911 0.131 105.4) |
Copy-ready code
/* CSS */
color: #eee77b;
background-color: #eee77b;
/* Tailwind (arbitrary) */
class="text-[#eee77b] bg-[#eee77b]"
/* SCSS */
$brand: #eee77b;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.482)
/* Android */
Color.parseColor("#eee77b")Accessibility — WCAG contrast
Aa
#eee77b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee77b on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow48.3%
Key (black)6.7%
Color previews
#eee77b text on a black background
contrast 16.35:1
Card sample
#eee77b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee77b;
Background color
Panel with #eee77b background
background-color: #eee77b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee77b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee77b; background: linear-gradient(135deg, #eee77b, #A8EE7B);