#ebabdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 171, 223
HSL
311°, 62%, 80%
CMYK
0, 27, 5, 8
Luminance
0.5212
Every format
| HEX | #ebabdf |
| RGB | rgb(235, 171, 223) |
| HSL | hsl(311, 62%, 80%) |
| CMYK | cmyk(0%, 27%, 5%, 8%) |
| LAB | lab(77.3 31.6 -16.9) |
| LCH | lch(77.3 35.8 331.8) |
| OKLCH | oklch(0.817 0.101 333.2) |
Copy-ready code
/* CSS */
color: #ebabdf;
background-color: #ebabdf;
/* Tailwind (arbitrary) */
class="text-[#ebabdf] bg-[#ebabdf]"
/* SCSS */
$brand: #ebabdf;
/* SwiftUI */
Color(red: 0.922, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#ebabdf")Accessibility — WCAG contrast
Aa
#ebabdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebabdf on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow5.1%
Key (black)7.8%
Color previews
#ebabdf text on a black background
contrast 11.42:1
Card sample
#ebabdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebabdf;
Background color
Panel with #ebabdf background
background-color: #ebabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebabdf; background: linear-gradient(135deg, #ebabdf, #EBABB4);