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