#eee1ba
a light, vivid yellow · cool · closest name: beige
RGB
238, 225, 186
HSL
45°, 61%, 83%
CMYK
0, 6, 22, 7
Luminance
0.7557
Every format
| HEX | #eee1ba |
| RGB | rgb(238, 225, 186) |
| HSL | hsl(45, 61%, 83%) |
| CMYK | cmyk(0%, 6%, 22%, 7%) |
| LAB | lab(89.7 -1.7 20.7) |
| LCH | lch(89.7 20.8 94.6) |
| OKLCH | oklch(0.910 0.053 91.8) |
Copy-ready code
/* CSS */
color: #eee1ba;
background-color: #eee1ba;
/* Tailwind (arbitrary) */
class="text-[#eee1ba] bg-[#eee1ba]"
/* SCSS */
$brand: #eee1ba;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.729)
/* Android */
Color.parseColor("#eee1ba")Accessibility — WCAG contrast
Aa
#eee1ba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1ba on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow21.8%
Key (black)6.7%
Color previews
#eee1ba text on a black background
contrast 16.11:1
Card sample
#eee1ba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1ba;
Background color
Panel with #eee1ba background
background-color: #eee1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1ba; background: linear-gradient(135deg, #eee1ba, #D8EEBA);