#eb8fba
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 143, 186
HSL
332°, 70%, 74%
CMYK
0, 39, 21, 8
Luminance
0.4085
Every format
| HEX | #eb8fba |
| RGB | rgb(235, 143, 186) |
| HSL | hsl(332, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 21%, 8%) |
| LAB | lab(70.1 40.4 -7.5) |
| LCH | lch(70.1 41.1 349.5) |
| OKLCH | oklch(0.758 0.122 350.9) |
Copy-ready code
/* CSS */
color: #eb8fba;
background-color: #eb8fba;
/* Tailwind (arbitrary) */
class="text-[#eb8fba] bg-[#eb8fba]"
/* SCSS */
$brand: #eb8fba;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#eb8fba")Accessibility — WCAG contrast
Aa
#eb8fba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fba on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow20.9%
Key (black)7.8%
Color previews
#eb8fba text on a black background
contrast 9.17:1
Card sample
#eb8fba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fba;
Background color
Panel with #eb8fba background
background-color: #eb8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fba; background: linear-gradient(135deg, #eb8fba, #EBA18F);