#eeeb4f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 235, 79
HSL
59°, 82%, 62%
CMYK
0, 1, 67, 7
Luminance
0.7816
Every format
| HEX | #eeeb4f |
| RGB | rgb(238, 235, 79) |
| HSL | hsl(59, 82%, 62%) |
| CMYK | cmyk(0%, 1%, 67%, 7%) |
| LAB | lab(90.8 -17.0 72.5) |
| LCH | lch(90.8 74.5 103.2) |
| OKLCH | oklch(0.915 0.171 108.3) |
Copy-ready code
/* CSS */
color: #eeeb4f;
background-color: #eeeb4f;
/* Tailwind (arbitrary) */
class="text-[#eeeb4f] bg-[#eeeb4f]"
/* SCSS */
$brand: #eeeb4f;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.310)
/* Android */
Color.parseColor("#eeeb4f")Accessibility — WCAG contrast
Aa
#eeeb4f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb4f on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow66.8%
Key (black)6.7%
Color previews
#eeeb4f text on a black background
contrast 16.63:1
Card sample
#eeeb4f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb4f;
Background color
Panel with #eeeb4f background
background-color: #eeeb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb4f; background: linear-gradient(135deg, #eeeb4f, #87EE4F);