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