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