#eee3da
a pale, soft orange · warm · closest name: ivory
RGB
238, 227, 218
HSL
27°, 37%, 89%
CMYK
0, 5, 8, 7
Luminance
0.7818
Every format
| HEX | #eee3da |
| RGB | rgb(238, 227, 218) |
| HSL | hsl(27, 37%, 89%) |
| CMYK | cmyk(0%, 5%, 8%, 7%) |
| LAB | lab(90.9 2.2 5.7) |
| LCH | lch(90.9 6.1 68.9) |
| OKLCH | oklch(0.922 0.017 61.9) |
Copy-ready code
/* CSS */
color: #eee3da;
background-color: #eee3da;
/* Tailwind (arbitrary) */
class="text-[#eee3da] bg-[#eee3da]"
/* SCSS */
$brand: #eee3da;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#eee3da")Accessibility — WCAG contrast
Aa
#eee3da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee3da on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow8.4%
Key (black)6.7%
Color previews
#eee3da text on a black background
contrast 16.64:1
Card sample
#eee3da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee3da;
Background color
Panel with #eee3da background
background-color: #eee3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee3da; background: linear-gradient(135deg, #eee3da, #ECEEDA);