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