#eb82ac
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 130, 172
HSL
336°, 72%, 72%
CMYK
0, 45, 27, 8
Luminance
0.3661
Every format
| HEX | #eb82ac |
| RGB | rgb(235, 130, 172) |
| HSL | hsl(336, 72%, 72%) |
| CMYK | cmyk(0%, 45%, 27%, 8%) |
| LAB | lab(67.0 45.1 -4.2) |
| LCH | lch(67.0 45.3 354.7) |
| OKLCH | oklch(0.733 0.137 355.6) |
Copy-ready code
/* CSS */
color: #eb82ac;
background-color: #eb82ac;
/* Tailwind (arbitrary) */
class="text-[#eb82ac] bg-[#eb82ac]"
/* SCSS */
$brand: #eb82ac;
/* SwiftUI */
Color(red: 0.922, green: 0.510, blue: 0.675)
/* Android */
Color.parseColor("#eb82ac")Accessibility — WCAG contrast
Aa
#eb82ac on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb82ac on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow26.8%
Key (black)7.8%
Color previews
#eb82ac text on a black background
contrast 8.32:1
Card sample
#eb82ac text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb82ac;
Background color
Panel with #eb82ac background
background-color: #eb82ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb82ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 130, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 130, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb82ac; background: linear-gradient(135deg, #eb82ac, #EB9E82);