#ebacf3
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 243
HSL
293°, 75%, 81%
CMYK
3, 29, 0, 5
Luminance
0.5364
Every format
| HEX | #ebacf3 |
| RGB | rgb(235, 172, 243) |
| HSL | hsl(293, 75%, 81%) |
| CMYK | cmyk(3%, 29%, 0%, 5%) |
| LAB | lab(78.3 34.7 -26.4) |
| LCH | lch(78.3 43.6 322.8) |
| OKLCH | oklch(0.826 0.118 322.7) |
Copy-ready code
/* CSS */
color: #ebacf3;
background-color: #ebacf3;
/* Tailwind (arbitrary) */
class="text-[#ebacf3] bg-[#ebacf3]"
/* SCSS */
$brand: #ebacf3;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#ebacf3")Accessibility — WCAG contrast
Aa
#ebacf3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacf3 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue95.3%
CMYK percentages
Cyan3.3%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#ebacf3 text on a black background
contrast 11.73:1
Card sample
#ebacf3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacf3;
Background color
Panel with #ebacf3 background
background-color: #ebacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacf3; background: linear-gradient(135deg, #ebacf3, #F3ACCC);