#eaeade
a pale, soft yellow · cool · closest name: ivory
RGB
234, 234, 222
HSL
60°, 22%, 89%
CMYK
0, 0, 5, 8
Luminance
0.8161
Every format
| HEX | #eaeade |
| RGB | rgb(234, 234, 222) |
| HSL | hsl(60, 22%, 89%) |
| CMYK | cmyk(0%, 0%, 5%, 8%) |
| LAB | lab(92.4 -2.1 5.8) |
| LCH | lch(92.4 6.2 109.7) |
| OKLCH | oklch(0.934 0.016 106.7) |
Copy-ready code
/* CSS */
color: #eaeade;
background-color: #eaeade;
/* Tailwind (arbitrary) */
class="text-[#eaeade] bg-[#eaeade]"
/* SCSS */
$brand: #eaeade;
/* SwiftUI */
Color(red: 0.918, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#eaeade")Accessibility — WCAG contrast
Aa
#eaeade on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaeade on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#eaeade text on a black background
contrast 17.32:1
Card sample
#eaeade text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaeade;
Background color
Panel with #eaeade background
background-color: #eaeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaeade; background: linear-gradient(135deg, #eaeade, #E2EADE);