#ebaced
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 237
HSL
298°, 64%, 80%
CMYK
1, 27, 0, 7
Luminance
0.5328
Every format
| HEX | #ebaced |
| RGB | rgb(235, 172, 237) |
| HSL | hsl(298, 64%, 80%) |
| CMYK | cmyk(1%, 27%, 0%, 7%) |
| LAB | lab(78.0 33.6 -23.4) |
| LCH | lch(78.0 41.0 325.1) |
| OKLCH | oklch(0.824 0.112 325.5) |
Copy-ready code
/* CSS */
color: #ebaced;
background-color: #ebaced;
/* Tailwind (arbitrary) */
class="text-[#ebaced] bg-[#ebaced]"
/* SCSS */
$brand: #ebaced;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.929)
/* Android */
Color.parseColor("#ebaced")Accessibility — WCAG contrast
Aa
#ebaced on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaced on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta27.4%
Yellow0.0%
Key (black)7.1%
Color previews
#ebaced text on a black background
contrast 11.66:1
Card sample
#ebaced text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaced;
Background color
Panel with #ebaced background
background-color: #ebaced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaced; background: linear-gradient(135deg, #ebaced, #EDACC4);