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