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