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