#eee468
a light, electric yellow · cool · closest name: khaki
RGB
238, 228, 104
HSL
56°, 80%, 67%
CMYK
0, 4, 56, 7
Luminance
0.7466
Every format
| HEX | #eee468 |
| RGB | rgb(238, 228, 104) |
| HSL | hsl(56, 80%, 67%) |
| CMYK | cmyk(0%, 4%, 56%, 7%) |
| LAB | lab(89.2 -11.9 60.5) |
| LCH | lch(89.2 61.7 101.2) |
| OKLCH | oklch(0.903 0.145 104.7) |
Copy-ready code
/* CSS */
color: #eee468;
background-color: #eee468;
/* Tailwind (arbitrary) */
class="text-[#eee468] bg-[#eee468]"
/* SCSS */
$brand: #eee468;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.408)
/* Android */
Color.parseColor("#eee468")Accessibility — WCAG contrast
Aa
#eee468 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee468 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow56.3%
Key (black)6.7%
Color previews
#eee468 text on a black background
contrast 15.93:1
Card sample
#eee468 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee468;
Background color
Panel with #eee468 background
background-color: #eee468;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee468;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee468; background: linear-gradient(135deg, #eee468, #9FEE68);