#ebade1
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 173, 225
HSL
310°, 61%, 80%
CMYK
0, 26, 4, 8
Luminance
0.5299
Every format
| HEX | #ebade1 |
| RGB | rgb(235, 173, 225) |
| HSL | hsl(310, 61%, 80%) |
| CMYK | cmyk(0%, 26%, 4%, 8%) |
| LAB | lab(77.9 30.9 -17.2) |
| LCH | lch(77.9 35.4 330.8) |
| OKLCH | oklch(0.821 0.099 332.1) |
Copy-ready code
/* CSS */
color: #ebade1;
background-color: #ebade1;
/* Tailwind (arbitrary) */
class="text-[#ebade1] bg-[#ebade1]"
/* SCSS */
$brand: #ebade1;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#ebade1")Accessibility — WCAG contrast
Aa
#ebade1 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebade1 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow4.3%
Key (black)7.8%
Color previews
#ebade1 text on a black background
contrast 11.60:1
Card sample
#ebade1 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebade1;
Background color
Panel with #ebade1 background
background-color: #ebade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebade1; background: linear-gradient(135deg, #ebade1, #EBADB8);