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