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