#ebc4df
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 196, 223
HSL
319°, 49%, 85%
CMYK
0, 17, 5, 8
Luminance
0.6247
Every format
| HEX | #ebc4df |
| RGB | rgb(235, 196, 223) |
| HSL | hsl(319, 49%, 85%) |
| CMYK | cmyk(0%, 17%, 5%, 8%) |
| LAB | lab(83.2 18.3 -8.2) |
| LCH | lch(83.2 20.0 335.8) |
| OKLCH | oklch(0.862 0.057 337.4) |
Copy-ready code
/* CSS */
color: #ebc4df;
background-color: #ebc4df;
/* Tailwind (arbitrary) */
class="text-[#ebc4df] bg-[#ebc4df]"
/* SCSS */
$brand: #ebc4df;
/* SwiftUI */
Color(red: 0.922, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#ebc4df")Accessibility — WCAG contrast
Aa
#ebc4df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc4df on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow5.1%
Key (black)7.8%
Color previews
#ebc4df text on a black background
contrast 13.49:1
Card sample
#ebc4df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc4df;
Background color
Panel with #ebc4df background
background-color: #ebc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc4df; background: linear-gradient(135deg, #ebc4df, #EBC4C5);