#eee1bf
a light, vivid yellow · warm · closest name: beige
RGB
238, 225, 191
HSL
43°, 58%, 84%
CMYK
0, 6, 20, 7
Luminance
0.7579
Every format
| HEX | #eee1bf |
| RGB | rgb(238, 225, 191) |
| HSL | hsl(43, 58%, 84%) |
| CMYK | cmyk(0%, 6%, 20%, 7%) |
| LAB | lab(89.8 -0.9 18.3) |
| LCH | lch(89.8 18.3 93.0) |
| OKLCH | oklch(0.911 0.047 89.6) |
Copy-ready code
/* CSS */
color: #eee1bf;
background-color: #eee1bf;
/* Tailwind (arbitrary) */
class="text-[#eee1bf] bg-[#eee1bf]"
/* SCSS */
$brand: #eee1bf;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.749)
/* Android */
Color.parseColor("#eee1bf")Accessibility — WCAG contrast
Aa
#eee1bf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1bf on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow19.7%
Key (black)6.7%
Color previews
#eee1bf text on a black background
contrast 16.16:1
Card sample
#eee1bf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1bf;
Background color
Panel with #eee1bf background
background-color: #eee1bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1bf; background: linear-gradient(135deg, #eee1bf, #DCEEBF);