#eeeb97
a light, vivid yellow · cool · closest name: khaki
RGB
238, 235, 151
HSL
58°, 72%, 76%
CMYK
0, 1, 37, 7
Luminance
0.7983
Every format
| HEX | #eeeb97 |
| RGB | rgb(238, 235, 151) |
| HSL | hsl(58, 72%, 76%) |
| CMYK | cmyk(0%, 1%, 37%, 7%) |
| LAB | lab(91.6 -11.1 41.1) |
| LCH | lch(91.6 42.6 105.1) |
| OKLCH | oklch(0.924 0.105 106.5) |
Copy-ready code
/* CSS */
color: #eeeb97;
background-color: #eeeb97;
/* Tailwind (arbitrary) */
class="text-[#eeeb97] bg-[#eeeb97]"
/* SCSS */
$brand: #eeeb97;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#eeeb97")Accessibility — WCAG contrast
Aa
#eeeb97 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb97 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow36.6%
Key (black)6.7%
Color previews
#eeeb97 text on a black background
contrast 16.97:1
Card sample
#eeeb97 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb97;
Background color
Panel with #eeeb97 background
background-color: #eeeb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb97; background: linear-gradient(135deg, #eeeb97, #B7EE97);