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