#eef2ba
a light, vivid yellow · cool · closest name: beige
RGB
238, 242, 186
HSL
64°, 68%, 84%
CMYK
2, 0, 23, 5
Luminance
0.8523
Every format
| HEX | #eef2ba |
| RGB | rgb(238, 242, 186) |
| HSL | hsl(64, 68%, 84%) |
| CMYK | cmyk(2%, 0%, 23%, 5%) |
| LAB | lab(94.0 -10.2 26.7) |
| LCH | lch(94.0 28.6 111.0) |
| OKLCH | oklch(0.945 0.072 111.1) |
Copy-ready code
/* CSS */
color: #eef2ba;
background-color: #eef2ba;
/* Tailwind (arbitrary) */
class="text-[#eef2ba] bg-[#eef2ba]"
/* SCSS */
$brand: #eef2ba;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#eef2ba")Accessibility — WCAG contrast
Aa
#eef2ba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2ba on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue72.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow23.1%
Key (black)5.1%
Color previews
#eef2ba text on a black background
contrast 18.05:1
Card sample
#eef2ba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2ba;
Background color
Panel with #eef2ba background
background-color: #eef2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2ba; background: linear-gradient(135deg, #eef2ba, #C9F2BA);