#eee366
a light, electric yellow · cool · closest name: khaki
RGB
238, 227, 102
HSL
55°, 80%, 67%
CMYK
0, 5, 57, 7
Luminance
0.7407
Every format
| HEX | #eee366 |
| RGB | rgb(238, 227, 102) |
| HSL | hsl(55, 80%, 67%) |
| CMYK | cmyk(0%, 5%, 57%, 7%) |
| LAB | lab(89.0 -11.6 61.1) |
| LCH | lch(89.0 62.2 100.7) |
| OKLCH | oklch(0.901 0.146 104.3) |
Copy-ready code
/* CSS */
color: #eee366;
background-color: #eee366;
/* Tailwind (arbitrary) */
class="text-[#eee366] bg-[#eee366]"
/* SCSS */
$brand: #eee366;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.400)
/* Android */
Color.parseColor("#eee366")Accessibility — WCAG contrast
Aa
#eee366 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee366 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow57.1%
Key (black)6.7%
Color previews
#eee366 text on a black background
contrast 15.81:1
Card sample
#eee366 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee366;
Background color
Panel with #eee366 background
background-color: #eee366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee366; background: linear-gradient(135deg, #eee366, #9FEE66);