#eee16f
a light, electric yellow · cool · closest name: khaki
RGB
238, 225, 111
HSL
54°, 79%, 68%
CMYK
0, 6, 53, 7
Luminance
0.7318
Every format
| HEX | #eee16f |
| RGB | rgb(238, 225, 111) |
| HSL | hsl(54, 79%, 68%) |
| CMYK | cmyk(0%, 6%, 53%, 7%) |
| LAB | lab(88.5 -9.9 56.6) |
| LCH | lch(88.5 57.4 100.0) |
| OKLCH | oklch(0.898 0.136 102.8) |
Copy-ready code
/* CSS */
color: #eee16f;
background-color: #eee16f;
/* Tailwind (arbitrary) */
class="text-[#eee16f] bg-[#eee16f]"
/* SCSS */
$brand: #eee16f;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.435)
/* Android */
Color.parseColor("#eee16f")Accessibility — WCAG contrast
Aa
#eee16f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee16f on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow53.4%
Key (black)6.7%
Color previews
#eee16f text on a black background
contrast 15.64:1
Card sample
#eee16f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee16f;
Background color
Panel with #eee16f background
background-color: #eee16f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee16f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee16f; background: linear-gradient(135deg, #eee16f, #A6EE6F);