#ecd5eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 213, 235
HSL
303°, 38%, 88%
CMYK
0, 10, 0, 8
Luminance
0.7142
Every format
| HEX | #ecd5eb |
| RGB | rgb(236, 213, 235) |
| HSL | hsl(303, 38%, 88%) |
| CMYK | cmyk(0%, 10%, 0%, 8%) |
| LAB | lab(87.7 11.8 -7.9) |
| LCH | lch(87.7 14.2 326.2) |
| OKLCH | oklch(0.898 0.039 327.2) |
Copy-ready code
/* CSS */
color: #ecd5eb;
background-color: #ecd5eb;
/* Tailwind (arbitrary) */
class="text-[#ecd5eb] bg-[#ecd5eb]"
/* SCSS */
$brand: #ecd5eb;
/* SwiftUI */
Color(red: 0.925, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#ecd5eb")Accessibility — WCAG contrast
Aa
#ecd5eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecd5eb on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green83.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow0.4%
Key (black)7.5%
Color previews
#ecd5eb text on a black background
contrast 15.28:1
Card sample
#ecd5eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecd5eb;
Background color
Panel with #ecd5eb background
background-color: #ecd5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecd5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecd5eb; background: linear-gradient(135deg, #ecd5eb, #ECD5DC);