#eeead5
a pale, soft yellow · cool · closest name: beige
RGB
238, 234, 213
HSL
50°, 42%, 88%
CMYK
0, 2, 11, 7
Luminance
0.8183
Every format
| HEX | #eeead5 |
| RGB | rgb(238, 234, 213) |
| HSL | hsl(50, 42%, 88%) |
| CMYK | cmyk(0%, 2%, 11%, 7%) |
| LAB | lab(92.5 -2.2 10.7) |
| LCH | lch(92.5 10.9 101.5) |
| OKLCH | oklch(0.935 0.028 98.1) |
Copy-ready code
/* CSS */
color: #eeead5;
background-color: #eeead5;
/* Tailwind (arbitrary) */
class="text-[#eeead5] bg-[#eeead5]"
/* SCSS */
$brand: #eeead5;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.835)
/* Android */
Color.parseColor("#eeead5")Accessibility — WCAG contrast
Aa
#eeead5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeead5 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow10.5%
Key (black)6.7%
Color previews
#eeead5 text on a black background
contrast 17.37:1
Card sample
#eeead5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeead5;
Background color
Panel with #eeead5 background
background-color: #eeead5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeead5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeead5; background: linear-gradient(135deg, #eeead5, #E1EED5);