#eee197
a light, vivid yellow · cool · closest name: khaki
RGB
238, 225, 151
HSL
51°, 72%, 76%
CMYK
0, 6, 37, 7
Luminance
0.7426
Every format
| HEX | #eee197 |
| RGB | rgb(238, 225, 151) |
| HSL | hsl(51, 72%, 76%) |
| CMYK | cmyk(0%, 6%, 37%, 7%) |
| LAB | lab(89.0 -6.1 37.8) |
| LCH | lch(89.0 38.3 99.2) |
| OKLCH | oklch(0.903 0.095 99.5) |
Copy-ready code
/* CSS */
color: #eee197;
background-color: #eee197;
/* Tailwind (arbitrary) */
class="text-[#eee197] bg-[#eee197]"
/* SCSS */
$brand: #eee197;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.592)
/* Android */
Color.parseColor("#eee197")Accessibility — WCAG contrast
Aa
#eee197 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee197 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow36.6%
Key (black)6.7%
Color previews
#eee197 text on a black background
contrast 15.85:1
Card sample
#eee197 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee197;
Background color
Panel with #eee197 background
background-color: #eee197;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee197;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee197; background: linear-gradient(135deg, #eee197, #C1EE97);