#ecbfe3
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 191, 227
HSL
312°, 54%, 84%
CMYK
0, 19, 4, 8
Luminance
0.6064
Every format
| HEX | #ecbfe3 |
| RGB | rgb(236, 191, 227) |
| HSL | hsl(312, 54%, 84%) |
| CMYK | cmyk(0%, 19%, 4%, 8%) |
| LAB | lab(82.2 22.0 -11.8) |
| LCH | lch(82.2 24.9 331.7) |
| OKLCH | oklch(0.855 0.070 333.2) |
Copy-ready code
/* CSS */
color: #ecbfe3;
background-color: #ecbfe3;
/* Tailwind (arbitrary) */
class="text-[#ecbfe3] bg-[#ecbfe3]"
/* SCSS */
$brand: #ecbfe3;
/* SwiftUI */
Color(red: 0.925, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#ecbfe3")Accessibility — WCAG contrast
Aa
#ecbfe3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbfe3 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.9%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow3.8%
Key (black)7.5%
Color previews
#ecbfe3 text on a black background
contrast 13.13:1
Card sample
#ecbfe3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbfe3;
Background color
Panel with #ecbfe3 background
background-color: #ecbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbfe3; background: linear-gradient(135deg, #ecbfe3, #ECBFC5);