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