#ecabf3
a light, electric magenta / pink · warm · closest name: plum
RGB
236, 171, 243
HSL
294°, 75%, 81%
CMYK
3, 30, 0, 5
Luminance
0.5343
Every format
| HEX | #ecabf3 |
| RGB | rgb(236, 171, 243) |
| HSL | hsl(294, 75%, 81%) |
| CMYK | cmyk(3%, 30%, 0%, 5%) |
| LAB | lab(78.1 35.5 -26.5) |
| LCH | lch(78.1 44.4 323.2) |
| OKLCH | oklch(0.826 0.120 323.3) |
Copy-ready code
/* CSS */
color: #ecabf3;
background-color: #ecabf3;
/* Tailwind (arbitrary) */
class="text-[#ecabf3] bg-[#ecabf3]"
/* SCSS */
$brand: #ecabf3;
/* SwiftUI */
Color(red: 0.925, green: 0.671, blue: 0.953)
/* Android */
Color.parseColor("#ecabf3")Accessibility — WCAG contrast
Aa
#ecabf3 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecabf3 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.1%
Blue95.3%
CMYK percentages
Cyan2.9%
Magenta29.6%
Yellow0.0%
Key (black)4.7%
Color previews
#ecabf3 text on a black background
contrast 11.69:1
Card sample
#ecabf3 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecabf3;
Background color
Panel with #ecabf3 background
background-color: #ecabf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecabf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 171, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 171, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecabf3; background: linear-gradient(135deg, #ecabf3, #F3ABCA);