#ebacea
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 234
HSL
301°, 61%, 80%
CMYK
0, 27, 0, 8
Luminance
0.5311
Every format
| HEX | #ebacea |
| RGB | rgb(235, 172, 234) |
| HSL | hsl(301, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 0%, 8%) |
| LAB | lab(77.9 33.0 -22.0) |
| LCH | lch(77.9 39.7 326.3) |
| OKLCH | oklch(0.823 0.109 327.0) |
Copy-ready code
/* CSS */
color: #ebacea;
background-color: #ebacea;
/* Tailwind (arbitrary) */
class="text-[#ebacea] bg-[#ebacea]"
/* SCSS */
$brand: #ebacea;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#ebacea")Accessibility — WCAG contrast
Aa
#ebacea on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacea on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow0.4%
Key (black)7.8%
Color previews
#ebacea text on a black background
contrast 11.62:1
Card sample
#ebacea text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacea;
Background color
Panel with #ebacea background
background-color: #ebacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacea; background: linear-gradient(135deg, #ebacea, #EBACC0);