#eee455
a balanced, electric yellow · cool · closest name: gold
RGB
238, 228, 85
HSL
56°, 82%, 63%
CMYK
0, 4, 64, 7
Luminance
0.7432
Every format
| HEX | #eee455 |
| RGB | rgb(238, 228, 85) |
| HSL | hsl(56, 82%, 63%) |
| CMYK | cmyk(0%, 4%, 64%, 7%) |
| LAB | lab(89.1 -13.2 68.4) |
| LCH | lch(89.1 69.6 100.9) |
| OKLCH | oklch(0.901 0.160 105.3) |
Copy-ready code
/* CSS */
color: #eee455;
background-color: #eee455;
/* Tailwind (arbitrary) */
class="text-[#eee455] bg-[#eee455]"
/* SCSS */
$brand: #eee455;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.333)
/* Android */
Color.parseColor("#eee455")Accessibility — WCAG contrast
Aa
#eee455 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee455 on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow64.3%
Key (black)6.7%
Color previews
#eee455 text on a black background
contrast 15.86:1
Card sample
#eee455 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee455;
Background color
Panel with #eee455 background
background-color: #eee455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee455; background: linear-gradient(135deg, #eee455, #92EE55);