#ebacf4
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 172, 244
HSL
293°, 77%, 82%
CMYK
4, 30, 0, 4
Luminance
0.5370
Every format
| HEX | #ebacf4 |
| RGB | rgb(235, 172, 244) |
| HSL | hsl(293, 77%, 82%) |
| CMYK | cmyk(4%, 30%, 0%, 4%) |
| LAB | lab(78.3 34.9 -26.9) |
| LCH | lch(78.3 44.0 322.4) |
| OKLCH | oklch(0.827 0.119 322.3) |
Copy-ready code
/* CSS */
color: #ebacf4;
background-color: #ebacf4;
/* Tailwind (arbitrary) */
class="text-[#ebacf4] bg-[#ebacf4]"
/* SCSS */
$brand: #ebacf4;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#ebacf4")Accessibility — WCAG contrast
Aa
#ebacf4 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacf4 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue95.7%
CMYK percentages
Cyan3.7%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#ebacf4 text on a black background
contrast 11.74:1
Card sample
#ebacf4 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacf4;
Background color
Panel with #ebacf4 background
background-color: #ebacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacf4; background: linear-gradient(135deg, #ebacf4, #F4ACCD);