#eedfd8
a pale, soft orange · warm · closest name: ivory
RGB
238, 223, 216
HSL
19°, 39%, 89%
CMYK
0, 6, 9, 7
Luminance
0.7591
Every format
| HEX | #eedfd8 |
| RGB | rgb(238, 223, 216) |
| HSL | hsl(19, 39%, 89%) |
| CMYK | cmyk(0%, 6%, 9%, 7%) |
| LAB | lab(89.8 4.0 5.3) |
| LCH | lch(89.8 6.6 53.1) |
| OKLCH | oklch(0.914 0.019 46.8) |
Copy-ready code
/* CSS */
color: #eedfd8;
background-color: #eedfd8;
/* Tailwind (arbitrary) */
class="text-[#eedfd8] bg-[#eedfd8]"
/* SCSS */
$brand: #eedfd8;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#eedfd8")Accessibility — WCAG contrast
Aa
#eedfd8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfd8 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow9.2%
Key (black)6.7%
Color previews
#eedfd8 text on a black background
contrast 16.18:1
Card sample
#eedfd8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfd8;
Background color
Panel with #eedfd8 background
background-color: #eedfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfd8; background: linear-gradient(135deg, #eedfd8, #EEEED8);