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