#eb84ac
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 132, 172
HSL
337°, 72%, 72%
CMYK
0, 44, 27, 8
Luminance
0.3714
Every format
| HEX | #eb84ac |
| RGB | rgb(235, 132, 172) |
| HSL | hsl(337, 72%, 72%) |
| CMYK | cmyk(0%, 44%, 27%, 8%) |
| LAB | lab(67.4 44.1 -3.6) |
| LCH | lch(67.4 44.2 355.3) |
| OKLCH | oklch(0.736 0.133 356.2) |
Copy-ready code
/* CSS */
color: #eb84ac;
background-color: #eb84ac;
/* Tailwind (arbitrary) */
class="text-[#eb84ac] bg-[#eb84ac]"
/* SCSS */
$brand: #eb84ac;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.675)
/* Android */
Color.parseColor("#eb84ac")Accessibility — WCAG contrast
Aa
#eb84ac on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb84ac on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow26.8%
Key (black)7.8%
Color previews
#eb84ac text on a black background
contrast 8.43:1
Card sample
#eb84ac text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb84ac;
Background color
Panel with #eb84ac background
background-color: #eb84ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb84ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb84ac; background: linear-gradient(135deg, #eb84ac, #EBA184);