#ebacd5
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 213
HSL
321°, 61%, 80%
CMYK
0, 27, 9, 8
Luminance
0.5197
Every format
| HEX | #ebacd5 |
| RGB | rgb(235, 172, 213) |
| HSL | hsl(321, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 9%, 8%) |
| LAB | lab(77.3 29.3 -11.6) |
| LCH | lch(77.3 31.6 338.4) |
| OKLCH | oklch(0.815 0.090 340.1) |
Copy-ready code
/* CSS */
color: #ebacd5;
background-color: #ebacd5;
/* Tailwind (arbitrary) */
class="text-[#ebacd5] bg-[#ebacd5]"
/* SCSS */
$brand: #ebacd5;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.835)
/* Android */
Color.parseColor("#ebacd5")Accessibility — WCAG contrast
Aa
#ebacd5 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacd5 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow9.4%
Key (black)7.8%
Color previews
#ebacd5 text on a black background
contrast 11.39:1
Card sample
#ebacd5 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacd5;
Background color
Panel with #ebacd5 background
background-color: #ebacd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacd5; background: linear-gradient(135deg, #ebacd5, #EBADAC);