#ecbbf1
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 187, 241
HSL
294°, 66%, 84%
CMYK
2, 22, 0, 6
Luminance
0.5972
Every format
| HEX | #ecbbf1 |
| RGB | rgb(236, 187, 241) |
| HSL | hsl(294, 66%, 84%) |
| CMYK | cmyk(2%, 22%, 0%, 6%) |
| LAB | lab(81.7 26.6 -20.1) |
| LCH | lch(81.7 33.3 323.0) |
| OKLCH | oklch(0.853 0.090 323.3) |
Copy-ready code
/* CSS */
color: #ecbbf1;
background-color: #ecbbf1;
/* Tailwind (arbitrary) */
class="text-[#ecbbf1] bg-[#ecbbf1]"
/* SCSS */
$brand: #ecbbf1;
/* SwiftUI */
Color(red: 0.925, green: 0.733, blue: 0.945)
/* Android */
Color.parseColor("#ecbbf1")Accessibility — WCAG contrast
Aa
#ecbbf1 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbbf1 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green73.3%
Blue94.5%
CMYK percentages
Cyan2.1%
Magenta22.4%
Yellow0.0%
Key (black)5.5%
Color previews
#ecbbf1 text on a black background
contrast 12.94:1
Card sample
#ecbbf1 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbbf1;
Background color
Panel with #ecbbf1 background
background-color: #ecbbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 187, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 187, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbbf1; background: linear-gradient(135deg, #ecbbf1, #F1BBD2);