#eee74f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 231, 79
HSL
57°, 82%, 62%
CMYK
0, 3, 67, 7
Luminance
0.7589
Every format
| HEX | #eee74f |
| RGB | rgb(238, 231, 79) |
| HSL | hsl(57, 82%, 62%) |
| CMYK | cmyk(0%, 3%, 67%, 7%) |
| LAB | lab(89.8 -15.0 71.4) |
| LCH | lch(89.8 73.0 101.9) |
| OKLCH | oklch(0.907 0.167 106.7) |
Copy-ready code
/* CSS */
color: #eee74f;
background-color: #eee74f;
/* Tailwind (arbitrary) */
class="text-[#eee74f] bg-[#eee74f]"
/* SCSS */
$brand: #eee74f;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.310)
/* Android */
Color.parseColor("#eee74f")Accessibility — WCAG contrast
Aa
#eee74f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee74f on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow66.8%
Key (black)6.7%
Color previews
#eee74f text on a black background
contrast 16.18:1
Card sample
#eee74f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee74f;
Background color
Panel with #eee74f background
background-color: #eee74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee74f; background: linear-gradient(135deg, #eee74f, #8BEE4F);