#eebcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 188, 223
HSL
318°, 60%, 84%
CMYK
0, 21, 6, 7
Luminance
0.5947
Every format
| HEX | #eebcdf |
| RGB | rgb(238, 188, 223) |
| HSL | hsl(318, 60%, 84%) |
| CMYK | cmyk(0%, 21%, 6%, 7%) |
| LAB | lab(81.5 23.5 -10.6) |
| LCH | lch(81.5 25.8 335.8) |
| OKLCH | oklch(0.850 0.073 337.4) |
Copy-ready code
/* CSS */
color: #eebcdf;
background-color: #eebcdf;
/* Tailwind (arbitrary) */
class="text-[#eebcdf] bg-[#eebcdf]"
/* SCSS */
$brand: #eebcdf;
/* SwiftUI */
Color(red: 0.933, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#eebcdf")Accessibility — WCAG contrast
Aa
#eebcdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebcdf on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow6.3%
Key (black)6.7%
Color previews
#eebcdf text on a black background
contrast 12.89:1
Card sample
#eebcdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebcdf;
Background color
Panel with #eebcdf background
background-color: #eebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebcdf; background: linear-gradient(135deg, #eebcdf, #EEBCBE);