#eee173
a light, electric yellow · cool · closest name: khaki
RGB
238, 225, 115
HSL
54°, 78%, 69%
CMYK
0, 6, 52, 7
Luminance
0.7327
Every format
| HEX | #eee173 |
| RGB | rgb(238, 225, 115) |
| HSL | hsl(54, 78%, 69%) |
| CMYK | cmyk(0%, 6%, 52%, 7%) |
| LAB | lab(88.6 -9.6 54.8) |
| LCH | lch(88.6 55.6 99.9) |
| OKLCH | oklch(0.898 0.132 102.6) |
Copy-ready code
/* CSS */
color: #eee173;
background-color: #eee173;
/* Tailwind (arbitrary) */
class="text-[#eee173] bg-[#eee173]"
/* SCSS */
$brand: #eee173;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.451)
/* Android */
Color.parseColor("#eee173")Accessibility — WCAG contrast
Aa
#eee173 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee173 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow51.7%
Key (black)6.7%
Color previews
#eee173 text on a black background
contrast 15.65:1
Card sample
#eee173 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee173;
Background color
Panel with #eee173 background
background-color: #eee173;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee173;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee173; background: linear-gradient(135deg, #eee173, #A9EE73);