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