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