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