#eef2ae
a light, vivid yellow · cool · closest name: khaki
RGB
238, 242, 174
HSL
64°, 72%, 82%
CMYK
2, 0, 28, 5
Luminance
0.8474
Every format
| HEX | #eef2ae |
| RGB | rgb(238, 242, 174) |
| HSL | hsl(64, 72%, 82%) |
| CMYK | cmyk(2%, 0%, 28%, 5%) |
| LAB | lab(93.8 -11.8 32.5) |
| LCH | lch(93.8 34.6 110.0) |
| OKLCH | oklch(0.942 0.087 110.8) |
Copy-ready code
/* CSS */
color: #eef2ae;
background-color: #eef2ae;
/* Tailwind (arbitrary) */
class="text-[#eef2ae] bg-[#eef2ae]"
/* SCSS */
$brand: #eef2ae;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.682)
/* Android */
Color.parseColor("#eef2ae")Accessibility — WCAG contrast
Aa
#eef2ae on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2ae on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue68.2%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow28.1%
Key (black)5.1%
Color previews
#eef2ae text on a black background
contrast 17.95:1
Card sample
#eef2ae text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2ae;
Background color
Panel with #eef2ae background
background-color: #eef2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2ae; background: linear-gradient(135deg, #eef2ae, #C1F2AE);