#eb8fbd
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 143, 189
HSL
330°, 70%, 74%
CMYK
0, 39, 20, 8
Luminance
0.4098
Every format
| HEX | #eb8fbd |
| RGB | rgb(235, 143, 189) |
| HSL | hsl(330, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 20%, 8%) |
| LAB | lab(70.2 40.8 -9.0) |
| LCH | lch(70.2 41.8 347.6) |
| OKLCH | oklch(0.759 0.124 349.1) |
Copy-ready code
/* CSS */
color: #eb8fbd;
background-color: #eb8fbd;
/* Tailwind (arbitrary) */
class="text-[#eb8fbd] bg-[#eb8fbd]"
/* SCSS */
$brand: #eb8fbd;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.741)
/* Android */
Color.parseColor("#eb8fbd")Accessibility — WCAG contrast
Aa
#eb8fbd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fbd on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow19.6%
Key (black)7.8%
Color previews
#eb8fbd text on a black background
contrast 9.20:1
Card sample
#eb8fbd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fbd;
Background color
Panel with #eb8fbd background
background-color: #eb8fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fbd; background: linear-gradient(135deg, #eb8fbd, #EB9E8F);