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