#ecbfce
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 191, 206
HSL
340°, 54%, 84%
CMYK
0, 19, 13, 8
Luminance
0.5955
Every format
| HEX | #ecbfce |
| RGB | rgb(236, 191, 206) |
| HSL | hsl(340, 54%, 84%) |
| CMYK | cmyk(0%, 19%, 13%, 8%) |
| LAB | lab(81.6 18.4 -1.4) |
| LCH | lch(81.6 18.5 355.6) |
| OKLCH | oklch(0.848 0.055 356.4) |
Copy-ready code
/* CSS */
color: #ecbfce;
background-color: #ecbfce;
/* Tailwind (arbitrary) */
class="text-[#ecbfce] bg-[#ecbfce]"
/* SCSS */
$brand: #ecbfce;
/* SwiftUI */
Color(red: 0.925, green: 0.749, blue: 0.808)
/* Android */
Color.parseColor("#ecbfce")Accessibility — WCAG contrast
Aa
#ecbfce on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbfce on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow12.7%
Key (black)7.5%
Color previews
#ecbfce text on a black background
contrast 12.91:1
Card sample
#ecbfce text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbfce;
Background color
Panel with #ecbfce background
background-color: #ecbfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 191, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 191, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbfce; background: linear-gradient(135deg, #ecbfce, #ECCEBF);