#ecd0eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 208, 235
HSL
302°, 42%, 87%
CMYK
0, 12, 0, 8
Luminance
0.6894
Every format
| HEX | #ecd0eb |
| RGB | rgb(236, 208, 235) |
| HSL | hsl(302, 42%, 87%) |
| CMYK | cmyk(0%, 12%, 0%, 8%) |
| LAB | lab(86.5 14.4 -9.7) |
| LCH | lch(86.5 17.3 326.1) |
| OKLCH | oklch(0.889 0.047 327.1) |
Copy-ready code
/* CSS */
color: #ecd0eb;
background-color: #ecd0eb;
/* Tailwind (arbitrary) */
class="text-[#ecd0eb] bg-[#ecd0eb]"
/* SCSS */
$brand: #ecd0eb;
/* SwiftUI */
Color(red: 0.925, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#ecd0eb")Accessibility — WCAG contrast
Aa
#ecd0eb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecd0eb on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow0.4%
Key (black)7.5%
Color previews
#ecd0eb text on a black background
contrast 14.79:1
Card sample
#ecd0eb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecd0eb;
Background color
Panel with #ecd0eb background
background-color: #ecd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecd0eb; background: linear-gradient(135deg, #ecd0eb, #ECD0D8);