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