#eeeb7f
a light, electric yellow · cool · closest name: khaki
RGB
238, 235, 127
HSL
58°, 77%, 72%
CMYK
0, 1, 47, 7
Luminance
0.7913
Every format
| HEX | #eeeb7f |
| RGB | rgb(238, 235, 127) |
| HSL | hsl(58, 77%, 72%) |
| CMYK | cmyk(0%, 1%, 47%, 7%) |
| LAB | lab(91.3 -13.5 52.4) |
| LCH | lch(91.3 54.1 104.5) |
| OKLCH | oklch(0.920 0.131 107.3) |
Copy-ready code
/* CSS */
color: #eeeb7f;
background-color: #eeeb7f;
/* Tailwind (arbitrary) */
class="text-[#eeeb7f] bg-[#eeeb7f]"
/* SCSS */
$brand: #eeeb7f;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.498)
/* Android */
Color.parseColor("#eeeb7f")Accessibility — WCAG contrast
Aa
#eeeb7f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb7f on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow46.6%
Key (black)6.7%
Color previews
#eeeb7f text on a black background
contrast 16.83:1
Card sample
#eeeb7f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb7f;
Background color
Panel with #eeeb7f background
background-color: #eeeb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb7f; background: linear-gradient(135deg, #eeeb7f, #A7EE7F);