#eba4cd
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 164, 205
HSL
325°, 64%, 78%
CMYK
0, 30, 13, 8
Luminance
0.4862
Every format
| HEX | #eba4cd |
| RGB | rgb(235, 164, 205) |
| HSL | hsl(325, 64%, 78%) |
| CMYK | cmyk(0%, 30%, 13%, 8%) |
| LAB | lab(75.2 32.3 -10.3) |
| LCH | lch(75.2 33.9 342.3) |
| OKLCH | oklch(0.799 0.098 344.0) |
Copy-ready code
/* CSS */
color: #eba4cd;
background-color: #eba4cd;
/* Tailwind (arbitrary) */
class="text-[#eba4cd] bg-[#eba4cd]"
/* SCSS */
$brand: #eba4cd;
/* SwiftUI */
Color(red: 0.922, green: 0.643, blue: 0.804)
/* Android */
Color.parseColor("#eba4cd")Accessibility — WCAG contrast
Aa
#eba4cd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba4cd on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green64.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow12.8%
Key (black)7.8%
Color previews
#eba4cd text on a black background
contrast 10.72:1
Card sample
#eba4cd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba4cd;
Background color
Panel with #eba4cd background
background-color: #eba4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 164, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 164, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba4cd; background: linear-gradient(135deg, #eba4cd, #EBAAA4);