#eeeb74
a light, electric yellow · cool · closest name: khaki
RGB
238, 235, 116
HSL
59°, 78%, 69%
CMYK
0, 1, 51, 7
Luminance
0.7885
Every format
| HEX | #eeeb74 |
| RGB | rgb(238, 235, 116) |
| HSL | hsl(59, 78%, 69%) |
| CMYK | cmyk(0%, 1%, 51%, 7%) |
| LAB | lab(91.2 -14.5 57.4) |
| LCH | lch(91.2 59.2 104.2) |
| OKLCH | oklch(0.919 0.141 107.6) |
Copy-ready code
/* CSS */
color: #eeeb74;
background-color: #eeeb74;
/* Tailwind (arbitrary) */
class="text-[#eeeb74] bg-[#eeeb74]"
/* SCSS */
$brand: #eeeb74;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.455)
/* Android */
Color.parseColor("#eeeb74")Accessibility — WCAG contrast
Aa
#eeeb74 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb74 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow51.3%
Key (black)6.7%
Color previews
#eeeb74 text on a black background
contrast 16.77:1
Card sample
#eeeb74 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb74;
Background color
Panel with #eeeb74 background
background-color: #eeeb74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb74; background: linear-gradient(135deg, #eeeb74, #A0EE74);