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