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