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