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