#ecd3eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 211, 235
HSL
302°, 40%, 88%
CMYK
0, 11, 0, 8
Luminance
0.7042
Every format
| HEX | #ecd3eb |
| RGB | rgb(236, 211, 235) |
| HSL | hsl(302, 40%, 88%) |
| CMYK | cmyk(0%, 11%, 0%, 8%) |
| LAB | lab(87.2 12.8 -8.6) |
| LCH | lch(87.2 15.4 326.1) |
| OKLCH | oklch(0.894 0.042 327.1) |
Copy-ready code
/* CSS */
color: #ecd3eb;
background-color: #ecd3eb;
/* Tailwind (arbitrary) */
class="text-[#ecd3eb] bg-[#ecd3eb]"
/* SCSS */
$brand: #ecd3eb;
/* SwiftUI */
Color(red: 0.925, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#ecd3eb")Accessibility — WCAG contrast
Aa
#ecd3eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecd3eb on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green82.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow0.4%
Key (black)7.5%
Color previews
#ecd3eb text on a black background
contrast 15.08:1
Card sample
#ecd3eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecd3eb;
Background color
Panel with #ecd3eb background
background-color: #ecd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecd3eb; background: linear-gradient(135deg, #ecd3eb, #ECD3DA);