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