#ebacf7
a light, electric magenta / pink · warm · closest name: plum
RGB
235, 172, 247
HSL
290°, 82%, 82%
CMYK
5, 30, 0, 3
Luminance
0.5388
Every format
| HEX | #ebacf7 |
| RGB | rgb(235, 172, 247) |
| HSL | hsl(290, 82%, 82%) |
| CMYK | cmyk(5%, 30%, 0%, 3%) |
| LAB | lab(78.4 35.4 -28.3) |
| LCH | lch(78.4 45.4 321.4) |
| OKLCH | oklch(0.828 0.122 321.0) |
Copy-ready code
/* CSS */
color: #ebacf7;
background-color: #ebacf7;
/* Tailwind (arbitrary) */
class="text-[#ebacf7] bg-[#ebacf7]"
/* SCSS */
$brand: #ebacf7;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.969)
/* Android */
Color.parseColor("#ebacf7")Accessibility — WCAG contrast
Aa
#ebacf7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacf7 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue96.9%
CMYK percentages
Cyan4.9%
Magenta30.4%
Yellow0.0%
Key (black)3.1%
Color previews
#ebacf7 text on a black background
contrast 11.78:1
Card sample
#ebacf7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacf7;
Background color
Panel with #ebacf7 background
background-color: #ebacf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacf7; background: linear-gradient(135deg, #ebacf7, #F7ACD1);