#eeeb91
a light, vivid yellow · cool · closest name: khaki
RGB
238, 235, 145
HSL
58°, 73%, 75%
CMYK
0, 1, 39, 7
Luminance
0.7964
Every format
| HEX | #eeeb91 |
| RGB | rgb(238, 235, 145) |
| HSL | hsl(58, 73%, 75%) |
| CMYK | cmyk(0%, 1%, 39%, 7%) |
| LAB | lab(91.5 -11.8 44.0) |
| LCH | lch(91.5 45.5 105.0) |
| OKLCH | oklch(0.923 0.112 106.7) |
Copy-ready code
/* CSS */
color: #eeeb91;
background-color: #eeeb91;
/* Tailwind (arbitrary) */
class="text-[#eeeb91] bg-[#eeeb91]"
/* SCSS */
$brand: #eeeb91;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.569)
/* Android */
Color.parseColor("#eeeb91")Accessibility — WCAG contrast
Aa
#eeeb91 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb91 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow39.1%
Key (black)6.7%
Color previews
#eeeb91 text on a black background
contrast 16.93:1
Card sample
#eeeb91 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb91;
Background color
Panel with #eeeb91 background
background-color: #eeeb91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb91; background: linear-gradient(135deg, #eeeb91, #B3EE91);