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