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