#eee9db
a pale, soft yellow · warm · closest name: beige
RGB
238, 233, 219
HSL
44°, 36%, 90%
CMYK
0, 2, 8, 7
Luminance
0.8157
Every format
| HEX | #eee9db |
| RGB | rgb(238, 233, 219) |
| HSL | hsl(44, 36%, 90%) |
| CMYK | cmyk(0%, 2%, 8%, 7%) |
| LAB | lab(92.4 -0.7 7.4) |
| LCH | lch(92.4 7.4 95.4) |
| OKLCH | oklch(0.934 0.019 90.5) |
Copy-ready code
/* CSS */
color: #eee9db;
background-color: #eee9db;
/* Tailwind (arbitrary) */
class="text-[#eee9db] bg-[#eee9db]"
/* SCSS */
$brand: #eee9db;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.859)
/* Android */
Color.parseColor("#eee9db")Accessibility — WCAG contrast
Aa
#eee9db on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9db on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow8.0%
Key (black)6.7%
Color previews
#eee9db text on a black background
contrast 17.31:1
Card sample
#eee9db text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9db;
Background color
Panel with #eee9db background
background-color: #eee9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9db; background: linear-gradient(135deg, #eee9db, #E6EEDB);