#eee64c
a balanced, electric yellow · cool · closest name: gold
RGB
238, 230, 76
HSL
57°, 83%, 62%
CMYK
0, 3, 68, 7
Luminance
0.7529
Every format
| HEX | #eee64c |
| RGB | rgb(238, 230, 76) |
| HSL | hsl(57, 83%, 62%) |
| CMYK | cmyk(0%, 3%, 68%, 7%) |
| LAB | lab(89.5 -14.7 72.3) |
| LCH | lch(89.5 73.8 101.5) |
| OKLCH | oklch(0.905 0.168 106.4) |
Copy-ready code
/* CSS */
color: #eee64c;
background-color: #eee64c;
/* Tailwind (arbitrary) */
class="text-[#eee64c] bg-[#eee64c]"
/* SCSS */
$brand: #eee64c;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.298)
/* Android */
Color.parseColor("#eee64c")Accessibility — WCAG contrast
Aa
#eee64c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee64c on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow68.1%
Key (black)6.7%
Color previews
#eee64c text on a black background
contrast 16.06:1
Card sample
#eee64c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee64c;
Background color
Panel with #eee64c background
background-color: #eee64c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee64c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee64c; background: linear-gradient(135deg, #eee64c, #8AEE4C);