#ebacee
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 238
HSL
297°, 66%, 80%
CMYK
1, 28, 0, 7
Luminance
0.5334
Every format
| HEX | #ebacee |
| RGB | rgb(235, 172, 238) |
| HSL | hsl(297, 66%, 80%) |
| CMYK | cmyk(1%, 28%, 0%, 7%) |
| LAB | lab(78.1 33.8 -23.9) |
| LCH | lch(78.1 41.4 324.7) |
| OKLCH | oklch(0.824 0.113 325.0) |
Copy-ready code
/* CSS */
color: #ebacee;
background-color: #ebacee;
/* Tailwind (arbitrary) */
class="text-[#ebacee] bg-[#ebacee]"
/* SCSS */
$brand: #ebacee;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#ebacee")Accessibility — WCAG contrast
Aa
#ebacee on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacee on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#ebacee text on a black background
contrast 11.67:1
Card sample
#ebacee text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacee;
Background color
Panel with #ebacee background
background-color: #ebacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacee; background: linear-gradient(135deg, #ebacee, #EEACC5);