#ebc3df
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 195, 223
HSL
318°, 50%, 84%
CMYK
0, 17, 5, 8
Luminance
0.6202
Every format
| HEX | #ebc3df |
| RGB | rgb(235, 195, 223) |
| HSL | hsl(318, 50%, 84%) |
| CMYK | cmyk(0%, 17%, 5%, 8%) |
| LAB | lab(82.9 18.8 -8.6) |
| LCH | lch(82.9 20.7 335.5) |
| OKLCH | oklch(0.860 0.058 337.1) |
Copy-ready code
/* CSS */
color: #ebc3df;
background-color: #ebc3df;
/* Tailwind (arbitrary) */
class="text-[#ebc3df] bg-[#ebc3df]"
/* SCSS */
$brand: #ebc3df;
/* SwiftUI */
Color(red: 0.922, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#ebc3df")Accessibility — WCAG contrast
Aa
#ebc3df on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc3df on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green76.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow5.1%
Key (black)7.8%
Color previews
#ebc3df text on a black background
contrast 13.40:1
Card sample
#ebc3df text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc3df;
Background color
Panel with #ebc3df background
background-color: #ebc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc3df; background: linear-gradient(135deg, #ebc3df, #EBC3C4);