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