#eee98f
a light, vivid yellow · cool · “khaki”
RGB
238, 233, 143
HSL
57°, 74%, 75%
CMYK
0, 2, 40, 7
Luminance
0.7844
Every format
| HEX | #eee98f |
| RGB | rgb(238, 233, 143) |
| HSL | hsl(57, 74%, 75%) |
| CMYK | cmyk(0%, 2%, 40%, 7%) |
| LAB | lab(91.0 -11.0 44.3) |
| LCH | lch(91.0 45.6 103.9) |
| OKLCH | oklch(0.918 0.112 105.6) |
Copy-ready code
/* CSS */
color: #eee98f;
background-color: #eee98f;
/* Tailwind (arbitrary) */
class="text-[#eee98f] bg-[#eee98f]"
/* SCSS */
$brand: #eee98f;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.561)
/* Android */
Color.parseColor("#eee98f")Accessibility — WCAG contrast
Aa
#eee98f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee98f on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow39.9%
Key (black)6.7%
Color previews
#eee98f text on a black background
contrast 16.69:1
Card sample
#eee98f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee98f;
Background color
Panel with #eee98f background
background-color: #eee98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee98f; background: linear-gradient(135deg, #eee98f, #B4EE8F);