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