#eb85bf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 133, 191
HSL
326°, 72%, 72%
CMYK
0, 43, 19, 8
Luminance
0.3820
Every format
| HEX | #eb85bf |
| RGB | rgb(235, 133, 191) |
| HSL | hsl(326, 72%, 72%) |
| CMYK | cmyk(0%, 43%, 19%, 8%) |
| LAB | lab(68.2 46.3 -13.1) |
| LCH | lch(68.2 48.1 344.2) |
| OKLCH | oklch(0.744 0.142 345.9) |
Copy-ready code
/* CSS */
color: #eb85bf;
background-color: #eb85bf;
/* Tailwind (arbitrary) */
class="text-[#eb85bf] bg-[#eb85bf]"
/* SCSS */
$brand: #eb85bf;
/* SwiftUI */
Color(red: 0.922, green: 0.522, blue: 0.749)
/* Android */
Color.parseColor("#eb85bf")Accessibility — WCAG contrast
Aa
#eb85bf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb85bf on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow18.7%
Key (black)7.8%
Color previews
#eb85bf text on a black background
contrast 8.64:1
Card sample
#eb85bf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb85bf;
Background color
Panel with #eb85bf background
background-color: #eb85bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb85bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 133, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 133, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb85bf; background: linear-gradient(135deg, #eb85bf, #EB8F85);