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