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