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