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