#ecbcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 188, 223
HSL
316°, 56%, 83%
CMYK
0, 20, 6, 8
Luminance
0.5913
Every format
| HEX | #ecbcdf |
| RGB | rgb(236, 188, 223) |
| HSL | hsl(316, 56%, 83%) |
| CMYK | cmyk(0%, 20%, 6%, 8%) |
| LAB | lab(81.4 22.9 -10.9) |
| LCH | lch(81.4 25.3 334.5) |
| OKLCH | oklch(0.848 0.071 336.1) |
Copy-ready code
/* CSS */
color: #ecbcdf;
background-color: #ecbcdf;
/* Tailwind (arbitrary) */
class="text-[#ecbcdf] bg-[#ecbcdf]"
/* SCSS */
$brand: #ecbcdf;
/* SwiftUI */
Color(red: 0.925, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#ecbcdf")Accessibility — WCAG contrast
Aa
#ecbcdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbcdf on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow5.5%
Key (black)7.5%
Color previews
#ecbcdf text on a black background
contrast 12.83:1
Card sample
#ecbcdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbcdf;
Background color
Panel with #ecbcdf background
background-color: #ecbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbcdf; background: linear-gradient(135deg, #ecbcdf, #ECBCBF);