#ebacd1
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 209
HSL
325°, 61%, 80%
CMYK
0, 27, 11, 8
Luminance
0.5177
Every format
| HEX | #ebacd1 |
| RGB | rgb(235, 172, 209) |
| HSL | hsl(325, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 11%, 8%) |
| LAB | lab(77.1 28.7 -9.6) |
| LCH | lch(77.1 30.2 341.5) |
| OKLCH | oklch(0.814 0.087 343.2) |
Copy-ready code
/* CSS */
color: #ebacd1;
background-color: #ebacd1;
/* Tailwind (arbitrary) */
class="text-[#ebacd1] bg-[#ebacd1]"
/* SCSS */
$brand: #ebacd1;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.820)
/* Android */
Color.parseColor("#ebacd1")Accessibility — WCAG contrast
Aa
#ebacd1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacd1 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow11.1%
Key (black)7.8%
Color previews
#ebacd1 text on a black background
contrast 11.35:1
Card sample
#ebacd1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacd1;
Background color
Panel with #ebacd1 background
background-color: #ebacd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacd1; background: linear-gradient(135deg, #ebacd1, #EBB1AC);