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