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