#eeeabf
a light, vivid yellow · cool · closest name: beige
RGB
238, 234, 191
HSL
55°, 58%, 84%
CMYK
0, 2, 20, 7
Luminance
0.8078
Every format
| HEX | #eeeabf |
| RGB | rgb(238, 234, 191) |
| HSL | hsl(55, 58%, 84%) |
| CMYK | cmyk(0%, 2%, 20%, 7%) |
| LAB | lab(92.0 -5.5 21.4) |
| LCH | lch(92.0 22.1 104.5) |
| OKLCH | oklch(0.929 0.056 103.0) |
Copy-ready code
/* CSS */
color: #eeeabf;
background-color: #eeeabf;
/* Tailwind (arbitrary) */
class="text-[#eeeabf] bg-[#eeeabf]"
/* SCSS */
$brand: #eeeabf;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#eeeabf")Accessibility — WCAG contrast
Aa
#eeeabf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeabf on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow19.7%
Key (black)6.7%
Color previews
#eeeabf text on a black background
contrast 17.16:1
Card sample
#eeeabf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeabf;
Background color
Panel with #eeeabf background
background-color: #eeeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeabf; background: linear-gradient(135deg, #eeeabf, #D3EEBF);