#ebacf1
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 241
HSL
295°, 71%, 81%
CMYK
3, 29, 0, 6
Luminance
0.5352
Every format
| HEX | #ebacf1 |
| RGB | rgb(235, 172, 241) |
| HSL | hsl(295, 71%, 81%) |
| CMYK | cmyk(3%, 29%, 0%, 6%) |
| LAB | lab(78.2 34.3 -25.4) |
| LCH | lch(78.2 42.7 323.5) |
| OKLCH | oklch(0.825 0.116 323.6) |
Copy-ready code
/* CSS */
color: #ebacf1;
background-color: #ebacf1;
/* Tailwind (arbitrary) */
class="text-[#ebacf1] bg-[#ebacf1]"
/* SCSS */
$brand: #ebacf1;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#ebacf1")Accessibility — WCAG contrast
Aa
#ebacf1 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacf1 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue94.5%
CMYK percentages
Cyan2.5%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#ebacf1 text on a black background
contrast 11.70:1
Card sample
#ebacf1 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacf1;
Background color
Panel with #ebacf1 background
background-color: #ebacf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacf1; background: linear-gradient(135deg, #ebacf1, #F1ACC9);