#eee25b
a balanced, electric yellow · cool · closest name: khaki
RGB
238, 226, 91
HSL
55°, 81%, 65%
CMYK
0, 5, 62, 7
Luminance
0.7333
Every format
| HEX | #eee25b |
| RGB | rgb(238, 226, 91) |
| HSL | hsl(55, 81%, 65%) |
| CMYK | cmyk(0%, 5%, 62%, 7%) |
| LAB | lab(88.6 -11.8 65.4) |
| LCH | lch(88.6 66.5 100.3) |
| OKLCH | oklch(0.898 0.154 104.2) |
Copy-ready code
/* CSS */
color: #eee25b;
background-color: #eee25b;
/* Tailwind (arbitrary) */
class="text-[#eee25b] bg-[#eee25b]"
/* SCSS */
$brand: #eee25b;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.357)
/* Android */
Color.parseColor("#eee25b")Accessibility — WCAG contrast
Aa
#eee25b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee25b on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow61.8%
Key (black)6.7%
Color previews
#eee25b text on a black background
contrast 15.67:1
Card sample
#eee25b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee25b;
Background color
Panel with #eee25b background
background-color: #eee25b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee25b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee25b; background: linear-gradient(135deg, #eee25b, #98EE5B);