#edbcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 188, 223
HSL
317°, 58%, 83%
CMYK
0, 21, 6, 7
Luminance
0.5930
Every format
| HEX | #edbcdf |
| RGB | rgb(237, 188, 223) |
| HSL | hsl(317, 58%, 83%) |
| CMYK | cmyk(0%, 21%, 6%, 7%) |
| LAB | lab(81.5 23.2 -10.7) |
| LCH | lch(81.5 25.6 335.2) |
| OKLCH | oklch(0.849 0.072 336.8) |
Copy-ready code
/* CSS */
color: #edbcdf;
background-color: #edbcdf;
/* Tailwind (arbitrary) */
class="text-[#edbcdf] bg-[#edbcdf]"
/* SCSS */
$brand: #edbcdf;
/* SwiftUI */
Color(red: 0.929, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#edbcdf")Accessibility — WCAG contrast
Aa
#edbcdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbcdf on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow5.9%
Key (black)7.1%
Color previews
#edbcdf text on a black background
contrast 12.86:1
Card sample
#edbcdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbcdf;
Background color
Panel with #edbcdf background
background-color: #edbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbcdf; background: linear-gradient(135deg, #edbcdf, #EDBCBE);