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