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