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