#ebaaee
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 170, 238
HSL
297°, 67%, 80%
CMYK
1, 29, 0, 7
Luminance
0.5258
Every format
| HEX | #ebaaee |
| RGB | rgb(235, 170, 238) |
| HSL | hsl(297, 67%, 80%) |
| CMYK | cmyk(1%, 29%, 0%, 7%) |
| LAB | lab(77.6 34.8 -24.6) |
| LCH | lch(77.6 42.6 324.7) |
| OKLCH | oklch(0.821 0.117 325.1) |
Copy-ready code
/* CSS */
color: #ebaaee;
background-color: #ebaaee;
/* Tailwind (arbitrary) */
class="text-[#ebaaee] bg-[#ebaaee]"
/* SCSS */
$brand: #ebaaee;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#ebaaee")Accessibility — WCAG contrast
Aa
#ebaaee on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaaee on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ebaaee text on a black background
contrast 11.52:1
Card sample
#ebaaee text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaaee;
Background color
Panel with #ebaaee background
background-color: #ebaaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaaee; background: linear-gradient(135deg, #ebaaee, #EEAAC4);