#eee352
a balanced, electric yellow · cool · closest name: gold
RGB
238, 227, 82
HSL
56°, 82%, 63%
CMYK
0, 5, 66, 7
Luminance
0.7372
Every format
| HEX | #eee352 |
| RGB | rgb(238, 227, 82) |
| HSL | hsl(56, 82%, 63%) |
| CMYK | cmyk(0%, 5%, 66%, 7%) |
| LAB | lab(88.8 -12.9 69.3) |
| LCH | lch(88.8 70.5 100.5) |
| OKLCH | oklch(0.899 0.161 105.0) |
Copy-ready code
/* CSS */
color: #eee352;
background-color: #eee352;
/* Tailwind (arbitrary) */
class="text-[#eee352] bg-[#eee352]"
/* SCSS */
$brand: #eee352;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.322)
/* Android */
Color.parseColor("#eee352")Accessibility — WCAG contrast
Aa
#eee352 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee352 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow65.5%
Key (black)6.7%
Color previews
#eee352 text on a black background
contrast 15.74:1
Card sample
#eee352 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee352;
Background color
Panel with #eee352 background
background-color: #eee352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee352; background: linear-gradient(135deg, #eee352, #91EE52);