#eaebdf
a pale, soft yellow · cool · closest name: ivory
RGB
234, 235, 223
HSL
65°, 23%, 90%
CMYK
0, 0, 5, 8
Luminance
0.8224
Every format
| HEX | #eaebdf |
| RGB | rgb(234, 235, 223) |
| HSL | hsl(65, 23%, 90%) |
| CMYK | cmyk(0%, 0%, 5%, 8%) |
| LAB | lab(92.7 -2.4 5.7) |
| LCH | lch(92.7 6.2 113.0) |
| OKLCH | oklch(0.936 0.016 110.6) |
Copy-ready code
/* CSS */
color: #eaebdf;
background-color: #eaebdf;
/* Tailwind (arbitrary) */
class="text-[#eaebdf] bg-[#eaebdf]"
/* SCSS */
$brand: #eaebdf;
/* SwiftUI */
Color(red: 0.918, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#eaebdf")Accessibility — WCAG contrast
Aa
#eaebdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaebdf on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#eaebdf text on a black background
contrast 17.45:1
Card sample
#eaebdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaebdf;
Background color
Panel with #eaebdf background
background-color: #eaebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaebdf; background: linear-gradient(135deg, #eaebdf, #E2EBDF);