#ebacec
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 236
HSL
299°, 63%, 80%
CMYK
0, 27, 0, 8
Luminance
0.5322
Every format
| HEX | #ebacec |
| RGB | rgb(235, 172, 236) |
| HSL | hsl(299, 63%, 80%) |
| CMYK | cmyk(0%, 27%, 0%, 8%) |
| LAB | lab(78.0 33.4 -23.0) |
| LCH | lch(78.0 40.5 325.5) |
| OKLCH | oklch(0.824 0.111 326.0) |
Copy-ready code
/* CSS */
color: #ebacec;
background-color: #ebacec;
/* Tailwind (arbitrary) */
class="text-[#ebacec] bg-[#ebacec]"
/* SCSS */
$brand: #ebacec;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#ebacec")Accessibility — WCAG contrast
Aa
#ebacec on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacec on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#ebacec text on a black background
contrast 11.64:1
Card sample
#ebacec text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacec;
Background color
Panel with #ebacec background
background-color: #ebacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacec; background: linear-gradient(135deg, #ebacec, #ECACC2);