#eee26b
a light, electric yellow · cool · closest name: khaki
RGB
238, 226, 107
HSL
55°, 79%, 68%
CMYK
0, 5, 55, 7
Luminance
0.7363
Every format
| HEX | #eee26b |
| RGB | rgb(238, 226, 107) |
| HSL | hsl(55, 79%, 68%) |
| CMYK | cmyk(0%, 5%, 55%, 7%) |
| LAB | lab(88.8 -10.7 58.6) |
| LCH | lch(88.8 59.6 100.4) |
| OKLCH | oklch(0.899 0.141 103.6) |
Copy-ready code
/* CSS */
color: #eee26b;
background-color: #eee26b;
/* Tailwind (arbitrary) */
class="text-[#eee26b] bg-[#eee26b]"
/* SCSS */
$brand: #eee26b;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.420)
/* Android */
Color.parseColor("#eee26b")Accessibility — WCAG contrast
Aa
#eee26b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee26b on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow55.0%
Key (black)6.7%
Color previews
#eee26b text on a black background
contrast 15.73:1
Card sample
#eee26b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee26b;
Background color
Panel with #eee26b background
background-color: #eee26b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee26b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee26b; background: linear-gradient(135deg, #eee26b, #A3EE6B);