#eee660
a light, electric yellow · cool · closest name: khaki
RGB
238, 230, 96
HSL
57°, 81%, 66%
CMYK
0, 3, 60, 7
Luminance
0.7562
Every format
| HEX | #eee660 |
| RGB | rgb(238, 230, 96) |
| HSL | hsl(57, 81%, 66%) |
| CMYK | cmyk(0%, 3%, 60%, 7%) |
| LAB | lab(89.7 -13.5 64.5) |
| LCH | lch(89.7 65.9 101.8) |
| OKLCH | oklch(0.906 0.154 105.9) |
Copy-ready code
/* CSS */
color: #eee660;
background-color: #eee660;
/* Tailwind (arbitrary) */
class="text-[#eee660] bg-[#eee660]"
/* SCSS */
$brand: #eee660;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.376)
/* Android */
Color.parseColor("#eee660")Accessibility — WCAG contrast
Aa
#eee660 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee660 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow59.7%
Key (black)6.7%
Color previews
#eee660 text on a black background
contrast 16.12:1
Card sample
#eee660 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee660;
Background color
Panel with #eee660 background
background-color: #eee660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee660; background: linear-gradient(135deg, #eee660, #97EE60);