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