#eba7ce
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 167, 206
HSL
326°, 63%, 79%
CMYK
0, 29, 12, 8
Luminance
0.4976
Every format
| HEX | #eba7ce |
| RGB | rgb(235, 167, 206) |
| HSL | hsl(326, 63%, 79%) |
| CMYK | cmyk(0%, 29%, 12%, 8%) |
| LAB | lab(75.9 30.8 -9.8) |
| LCH | lch(75.9 32.4 342.4) |
| OKLCH | oklch(0.804 0.094 344.1) |
Copy-ready code
/* CSS */
color: #eba7ce;
background-color: #eba7ce;
/* Tailwind (arbitrary) */
class="text-[#eba7ce] bg-[#eba7ce]"
/* SCSS */
$brand: #eba7ce;
/* SwiftUI */
Color(red: 0.922, green: 0.655, blue: 0.808)
/* Android */
Color.parseColor("#eba7ce")Accessibility — WCAG contrast
Aa
#eba7ce on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba7ce on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow12.3%
Key (black)7.8%
Color previews
#eba7ce text on a black background
contrast 10.95:1
Card sample
#eba7ce text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba7ce;
Background color
Panel with #eba7ce background
background-color: #eba7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 167, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 167, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba7ce; background: linear-gradient(135deg, #eba7ce, #EBADA7);