#eae5df
a pale, soft orange · warm · closest name: white
RGB
234, 229, 223
HSL
33°, 21%, 90%
CMYK
0, 2, 5, 8
Luminance
0.7886
Every format
| HEX | #eae5df |
| RGB | rgb(234, 229, 223) |
| HSL | hsl(33, 21%, 90%) |
| CMYK | cmyk(0%, 2%, 5%, 8%) |
| LAB | lab(91.2 0.7 3.5) |
| LCH | lch(91.2 3.6 79.5) |
| OKLCH | oklch(0.924 0.010 72.7) |
Copy-ready code
/* CSS */
color: #eae5df;
background-color: #eae5df;
/* Tailwind (arbitrary) */
class="text-[#eae5df] bg-[#eae5df]"
/* SCSS */
$brand: #eae5df;
/* SwiftUI */
Color(red: 0.918, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#eae5df")Accessibility — WCAG contrast
Aa
#eae5df on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae5df on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow4.7%
Key (black)8.2%
Color previews
#eae5df text on a black background
contrast 16.77:1
Card sample
#eae5df text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae5df;
Background color
Panel with #eae5df background
background-color: #eae5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae5df; background: linear-gradient(135deg, #eae5df, #E8EADF);