#ecd7eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 215, 235
HSL
303°, 36%, 88%
CMYK
0, 9, 0, 8
Luminance
0.7243
Every format
| HEX | #ecd7eb |
| RGB | rgb(236, 215, 235) |
| HSL | hsl(303, 36%, 88%) |
| CMYK | cmyk(0%, 9%, 0%, 8%) |
| LAB | lab(88.2 10.7 -7.2) |
| LCH | lch(88.2 12.9 326.2) |
| OKLCH | oklch(0.902 0.035 327.3) |
Copy-ready code
/* CSS */
color: #ecd7eb;
background-color: #ecd7eb;
/* Tailwind (arbitrary) */
class="text-[#ecd7eb] bg-[#ecd7eb]"
/* SCSS */
$brand: #ecd7eb;
/* SwiftUI */
Color(red: 0.925, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#ecd7eb")Accessibility — WCAG contrast
Aa
#ecd7eb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecd7eb on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green84.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow0.4%
Key (black)7.5%
Color previews
#ecd7eb text on a black background
contrast 15.49:1
Card sample
#ecd7eb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecd7eb;
Background color
Panel with #ecd7eb background
background-color: #ecd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecd7eb; background: linear-gradient(135deg, #ecd7eb, #ECD7DD);