#eee130
a balanced, electric yellow · cool · closest name: gold
RGB
238, 225, 48
HSL
56°, 85%, 56%
CMYK
0, 6, 80, 7
Luminance
0.7224
Every format
| HEX | #eee130 |
| RGB | rgb(238, 225, 48) |
| HSL | hsl(56, 85%, 56%) |
| CMYK | cmyk(0%, 6%, 80%, 7%) |
| LAB | lab(88.1 -13.3 79.9) |
| LCH | lch(88.1 81.0 99.5) |
| OKLCH | oklch(0.893 0.179 105.0) |
Copy-ready code
/* CSS */
color: #eee130;
background-color: #eee130;
/* Tailwind (arbitrary) */
class="text-[#eee130] bg-[#eee130]"
/* SCSS */
$brand: #eee130;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.188)
/* Android */
Color.parseColor("#eee130")Accessibility — WCAG contrast
Aa
#eee130 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee130 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow79.8%
Key (black)6.7%
Color previews
#eee130 text on a black background
contrast 15.45:1
Card sample
#eee130 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee130;
Background color
Panel with #eee130 background
background-color: #eee130;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee130;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee130; background: linear-gradient(135deg, #eee130, #7CEE30);