#eef3b9
a light, vivid yellow · cool · closest name: beige
RGB
238, 243, 185
HSL
65°, 71%, 84%
CMYK
2, 0, 24, 5
Luminance
0.8578
Every format
| HEX | #eef3b9 |
| RGB | rgb(238, 243, 185) |
| HSL | hsl(65, 71%, 84%) |
| CMYK | cmyk(2%, 0%, 24%, 5%) |
| LAB | lab(94.2 -10.9 27.5) |
| LCH | lch(94.2 29.6 111.5) |
| OKLCH | oklch(0.946 0.075 111.8) |
Copy-ready code
/* CSS */
color: #eef3b9;
background-color: #eef3b9;
/* Tailwind (arbitrary) */
class="text-[#eef3b9] bg-[#eef3b9]"
/* SCSS */
$brand: #eef3b9;
/* SwiftUI */
Color(red: 0.933, green: 0.953, blue: 0.725)
/* Android */
Color.parseColor("#eef3b9")Accessibility — WCAG contrast
Aa
#eef3b9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef3b9 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green95.3%
Blue72.5%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow23.9%
Key (black)4.7%
Color previews
#eef3b9 text on a black background
contrast 18.16:1
Card sample
#eef3b9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef3b9;
Background color
Panel with #eef3b9 background
background-color: #eef3b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef3b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 243, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 243, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef3b9; background: linear-gradient(135deg, #eef3b9, #C7F3B9);