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