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