#eee169
a light, electric yellow · cool · closest name: khaki
RGB
238, 225, 105
HSL
54°, 80%, 67%
CMYK
0, 6, 56, 7
Luminance
0.7305
Every format
| HEX | #eee169 |
| RGB | rgb(238, 225, 105) |
| HSL | hsl(54, 80%, 67%) |
| CMYK | cmyk(0%, 6%, 56%, 7%) |
| LAB | lab(88.5 -10.4 59.2) |
| LCH | lch(88.5 60.1 100.0) |
| OKLCH | oklch(0.897 0.141 103.1) |
Copy-ready code
/* CSS */
color: #eee169;
background-color: #eee169;
/* Tailwind (arbitrary) */
class="text-[#eee169] bg-[#eee169]"
/* SCSS */
$brand: #eee169;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.412)
/* Android */
Color.parseColor("#eee169")Accessibility — WCAG contrast
Aa
#eee169 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee169 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow55.9%
Key (black)6.7%
Color previews
#eee169 text on a black background
contrast 15.61:1
Card sample
#eee169 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee169;
Background color
Panel with #eee169 background
background-color: #eee169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee169; background: linear-gradient(135deg, #eee169, #A3EE69);