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