#eee124
a balanced, electric yellow · cool · closest name: gold
RGB
238, 225, 36
HSL
56°, 86%, 54%
CMYK
0, 6, 85, 7
Luminance
0.7215
Every format
| HEX | #eee124 |
| RGB | rgb(238, 225, 36) |
| HSL | hsl(56, 86%, 54%) |
| CMYK | cmyk(0%, 6%, 85%, 7%) |
| LAB | lab(88.0 -13.7 82.7) |
| LCH | lch(88.0 83.8 99.4) |
| OKLCH | oklch(0.892 0.183 105.1) |
Copy-ready code
/* CSS */
color: #eee124;
background-color: #eee124;
/* Tailwind (arbitrary) */
class="text-[#eee124] bg-[#eee124]"
/* SCSS */
$brand: #eee124;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.141)
/* Android */
Color.parseColor("#eee124")Accessibility — WCAG contrast
Aa
#eee124 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee124 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow84.9%
Key (black)6.7%
Color previews
#eee124 text on a black background
contrast 15.43:1
Card sample
#eee124 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee124;
Background color
Panel with #eee124 background
background-color: #eee124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee124; background: linear-gradient(135deg, #eee124, #74EE24);