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