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