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