#eae9da
a pale, soft yellow · cool · closest name: beige
RGB
234, 233, 218
HSL
56°, 28%, 89%
CMYK
0, 0, 7, 8
Luminance
0.8083
Every format
| HEX | #eae9da |
| RGB | rgb(234, 233, 218) |
| HSL | hsl(56, 28%, 89%) |
| CMYK | cmyk(0%, 0%, 7%, 8%) |
| LAB | lab(92.1 -2.2 7.4) |
| LCH | lch(92.1 7.7 106.8) |
| OKLCH | oklch(0.931 0.020 103.7) |
Copy-ready code
/* CSS */
color: #eae9da;
background-color: #eae9da;
/* Tailwind (arbitrary) */
class="text-[#eae9da] bg-[#eae9da]"
/* SCSS */
$brand: #eae9da;
/* SwiftUI */
Color(red: 0.918, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#eae9da")Accessibility — WCAG contrast
Aa
#eae9da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae9da on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow6.8%
Key (black)8.2%
Color previews
#eae9da text on a black background
contrast 17.17:1
Card sample
#eae9da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae9da;
Background color
Panel with #eae9da background
background-color: #eae9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae9da; background: linear-gradient(135deg, #eae9da, #E0EADA);