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