#ebbaee
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 186, 238
HSL
297°, 61%, 83%
CMYK
1, 22, 0, 7
Luminance
0.5895
Every format
| HEX | #ebbaee |
| RGB | rgb(235, 186, 238) |
| HSL | hsl(297, 61%, 83%) |
| CMYK | cmyk(1%, 22%, 0%, 7%) |
| LAB | lab(81.3 26.3 -19.1) |
| LCH | lch(81.3 32.5 324.0) |
| OKLCH | oklch(0.849 0.088 324.5) |
Copy-ready code
/* CSS */
color: #ebbaee;
background-color: #ebbaee;
/* Tailwind (arbitrary) */
class="text-[#ebbaee] bg-[#ebbaee]"
/* SCSS */
$brand: #ebbaee;
/* SwiftUI */
Color(red: 0.922, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#ebbaee")Accessibility — WCAG contrast
Aa
#ebbaee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbaee on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green72.9%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ebbaee text on a black background
contrast 12.79:1
Card sample
#ebbaee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbaee;
Background color
Panel with #ebbaee background
background-color: #ebbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbaee; background: linear-gradient(135deg, #ebbaee, #EEBACE);