#eeeb6f
a light, electric yellow · cool · closest name: khaki
RGB
238, 235, 111
HSL
59°, 79%, 68%
CMYK
0, 1, 53, 7
Luminance
0.7874
Every format
| HEX | #eeeb6f |
| RGB | rgb(238, 235, 111) |
| HSL | hsl(59, 79%, 68%) |
| CMYK | cmyk(0%, 1%, 53%, 7%) |
| LAB | lab(91.1 -14.9 59.6) |
| LCH | lch(91.1 61.4 104.0) |
| OKLCH | oklch(0.918 0.146 107.7) |
Copy-ready code
/* CSS */
color: #eeeb6f;
background-color: #eeeb6f;
/* Tailwind (arbitrary) */
class="text-[#eeeb6f] bg-[#eeeb6f]"
/* SCSS */
$brand: #eeeb6f;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.435)
/* Android */
Color.parseColor("#eeeb6f")Accessibility — WCAG contrast
Aa
#eeeb6f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb6f on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow53.4%
Key (black)6.7%
Color previews
#eeeb6f text on a black background
contrast 16.75:1
Card sample
#eeeb6f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb6f;
Background color
Panel with #eeeb6f background
background-color: #eeeb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb6f; background: linear-gradient(135deg, #eeeb6f, #9CEE6F);