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