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