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