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