#eae7df
a pale, soft yellow · warm · closest name: ivory
RGB
234, 231, 223
HSL
44°, 21%, 90%
CMYK
0, 1, 5, 8
Luminance
0.7997
Every format
| HEX | #eae7df |
| RGB | rgb(234, 231, 223) |
| HSL | hsl(44, 21%, 90%) |
| CMYK | cmyk(0%, 1%, 5%, 8%) |
| LAB | lab(91.7 -0.4 4.2) |
| LCH | lch(91.7 4.3 95.1) |
| OKLCH | oklch(0.928 0.011 89.7) |
Copy-ready code
/* CSS */
color: #eae7df;
background-color: #eae7df;
/* Tailwind (arbitrary) */
class="text-[#eae7df] bg-[#eae7df]"
/* SCSS */
$brand: #eae7df;
/* SwiftUI */
Color(red: 0.918, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#eae7df")Accessibility — WCAG contrast
Aa
#eae7df on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae7df on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green90.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow4.7%
Key (black)8.2%
Color previews
#eae7df text on a black background
contrast 16.99:1
Card sample
#eae7df text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae7df;
Background color
Panel with #eae7df background
background-color: #eae7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae7df; background: linear-gradient(135deg, #eae7df, #E6EADF);