#eb80ac
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 128, 172
HSL
335°, 73%, 71%
CMYK
0, 46, 27, 8
Luminance
0.3608
Every format
| HEX | #eb80ac |
| RGB | rgb(235, 128, 172) |
| HSL | hsl(335, 73%, 71%) |
| CMYK | cmyk(0%, 46%, 27%, 8%) |
| LAB | lab(66.6 46.1 -4.8) |
| LCH | lch(66.6 46.4 354.1) |
| OKLCH | oklch(0.730 0.140 355.1) |
Copy-ready code
/* CSS */
color: #eb80ac;
background-color: #eb80ac;
/* Tailwind (arbitrary) */
class="text-[#eb80ac] bg-[#eb80ac]"
/* SCSS */
$brand: #eb80ac;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.675)
/* Android */
Color.parseColor("#eb80ac")Accessibility — WCAG contrast
Aa
#eb80ac on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb80ac on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow26.8%
Key (black)7.8%
Color previews
#eb80ac text on a black background
contrast 8.22:1
Card sample
#eb80ac text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb80ac;
Background color
Panel with #eb80ac background
background-color: #eb80ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb80ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb80ac; background: linear-gradient(135deg, #eb80ac, #EB9B80);