#ebacda
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 218
HSL
316°, 61%, 80%
CMYK
0, 27, 7, 8
Luminance
0.5223
Every format
| HEX | #ebacda |
| RGB | rgb(235, 172, 218) |
| HSL | hsl(316, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 7%, 8%) |
| LAB | lab(77.4 30.2 -14.1) |
| LCH | lch(77.4 33.3 335.0) |
| OKLCH | oklch(0.817 0.094 336.6) |
Copy-ready code
/* CSS */
color: #ebacda;
background-color: #ebacda;
/* Tailwind (arbitrary) */
class="text-[#ebacda] bg-[#ebacda]"
/* SCSS */
$brand: #ebacda;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#ebacda")Accessibility — WCAG contrast
Aa
#ebacda on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacda on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow7.2%
Key (black)7.8%
Color previews
#ebacda text on a black background
contrast 11.45:1
Card sample
#ebacda text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacda;
Background color
Panel with #ebacda background
background-color: #ebacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacda; background: linear-gradient(135deg, #ebacda, #EBACB0);