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