#eee98b
a light, vivid yellow · cool · closest name: khaki
RGB
238, 233, 139
HSL
57°, 74%, 74%
CMYK
0, 2, 42, 7
Luminance
0.7832
Every format
| HEX | #eee98b |
| RGB | rgb(238, 233, 139) |
| HSL | hsl(57, 74%, 74%) |
| CMYK | cmyk(0%, 2%, 42%, 7%) |
| LAB | lab(90.9 -11.4 46.2) |
| LCH | lch(90.9 47.6 103.8) |
| OKLCH | oklch(0.918 0.116 105.8) |
Copy-ready code
/* CSS */
color: #eee98b;
background-color: #eee98b;
/* Tailwind (arbitrary) */
class="text-[#eee98b] bg-[#eee98b]"
/* SCSS */
$brand: #eee98b;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.545)
/* Android */
Color.parseColor("#eee98b")Accessibility — WCAG contrast
Aa
#eee98b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee98b on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow41.6%
Key (black)6.7%
Color previews
#eee98b text on a black background
contrast 16.66:1
Card sample
#eee98b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee98b;
Background color
Panel with #eee98b background
background-color: #eee98b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee98b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee98b; background: linear-gradient(135deg, #eee98b, #B1EE8B);