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