#eee17b
a light, electric yellow · cool · closest name: khaki
RGB
238, 225, 123
HSL
53°, 77%, 71%
CMYK
0, 6, 48, 7
Luminance
0.7346
Every format
| HEX | #eee17b |
| RGB | rgb(238, 225, 123) |
| HSL | hsl(53, 77%, 71%) |
| CMYK | cmyk(0%, 6%, 48%, 7%) |
| LAB | lab(88.7 -8.9 51.1) |
| LCH | lch(88.7 51.9 99.9) |
| OKLCH | oklch(0.899 0.124 102.1) |
Copy-ready code
/* CSS */
color: #eee17b;
background-color: #eee17b;
/* Tailwind (arbitrary) */
class="text-[#eee17b] bg-[#eee17b]"
/* SCSS */
$brand: #eee17b;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.482)
/* Android */
Color.parseColor("#eee17b")Accessibility — WCAG contrast
Aa
#eee17b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee17b on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow48.3%
Key (black)6.7%
Color previews
#eee17b text on a black background
contrast 15.69:1
Card sample
#eee17b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee17b;
Background color
Panel with #eee17b background
background-color: #eee17b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee17b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee17b; background: linear-gradient(135deg, #eee17b, #AEEE7B);