#ecbecf
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 190, 207
HSL
338°, 55%, 84%
CMYK
0, 20, 12, 8
Luminance
0.5916
Every format
| HEX | #ecbecf |
| RGB | rgb(236, 190, 207) |
| HSL | hsl(338, 55%, 84%) |
| CMYK | cmyk(0%, 20%, 12%, 8%) |
| LAB | lab(81.4 19.1 -2.3) |
| LCH | lch(81.4 19.2 353.3) |
| OKLCH | oklch(0.847 0.057 354.2) |
Copy-ready code
/* CSS */
color: #ecbecf;
background-color: #ecbecf;
/* Tailwind (arbitrary) */
class="text-[#ecbecf] bg-[#ecbecf]"
/* SCSS */
$brand: #ecbecf;
/* SwiftUI */
Color(red: 0.925, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#ecbecf")Accessibility — WCAG contrast
Aa
#ecbecf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbecf on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow12.3%
Key (black)7.5%
Color previews
#ecbecf text on a black background
contrast 12.83:1
Card sample
#ecbecf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbecf;
Background color
Panel with #ecbecf background
background-color: #ecbecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbecf; background: linear-gradient(135deg, #ecbecf, #ECCCBE);