#e9dcdf
a pale, soft red · warm · closest name: lavender
RGB
233, 220, 223
HSL
346°, 23%, 89%
CMYK
0, 6, 4, 9
Luminance
0.7384
Every format
| HEX | #e9dcdf |
| RGB | rgb(233, 220, 223) |
| HSL | hsl(346, 23%, 89%) |
| CMYK | cmyk(0%, 6%, 4%, 9%) |
| LAB | lab(88.8 5.0 0.1) |
| LCH | lch(88.8 5.0 1.5) |
| OKLCH | oklch(0.906 0.015 1.6) |
Copy-ready code
/* CSS */
color: #e9dcdf;
background-color: #e9dcdf;
/* Tailwind (arbitrary) */
class="text-[#e9dcdf] bg-[#e9dcdf]"
/* SCSS */
$brand: #e9dcdf;
/* SwiftUI */
Color(red: 0.914, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#e9dcdf")Accessibility — WCAG contrast
Aa
#e9dcdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dcdf on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow4.3%
Key (black)8.6%
Color previews
#e9dcdf text on a black background
contrast 15.77:1
Card sample
#e9dcdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dcdf;
Background color
Panel with #e9dcdf background
background-color: #e9dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dcdf; background: linear-gradient(135deg, #e9dcdf, #E9E2DC);