#ebaade
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 170, 222
HSL
312°, 62%, 79%
CMYK
0, 28, 6, 8
Luminance
0.5169
Every format
| HEX | #ebaade |
| RGB | rgb(235, 170, 222) |
| HSL | hsl(312, 62%, 79%) |
| CMYK | cmyk(0%, 28%, 6%, 8%) |
| LAB | lab(77.1 31.9 -16.8) |
| LCH | lch(77.1 36.1 332.3) |
| OKLCH | oklch(0.815 0.101 333.7) |
Copy-ready code
/* CSS */
color: #ebaade;
background-color: #ebaade;
/* Tailwind (arbitrary) */
class="text-[#ebaade] bg-[#ebaade]"
/* SCSS */
$brand: #ebaade;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#ebaade")Accessibility — WCAG contrast
Aa
#ebaade on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaade on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow5.5%
Key (black)7.8%
Color previews
#ebaade text on a black background
contrast 11.34:1
Card sample
#ebaade text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaade;
Background color
Panel with #ebaade background
background-color: #ebaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaade; background: linear-gradient(135deg, #ebaade, #EBAAB3);