#eb76ac
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 118, 172
HSL
332°, 75%, 69%
CMYK
0, 50, 27, 8
Luminance
0.3360
Every format
| HEX | #eb76ac |
| RGB | rgb(235, 118, 172) |
| HSL | hsl(332, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 27%, 8%) |
| LAB | lab(64.7 51.1 -7.7) |
| LCH | lch(64.7 51.6 351.5) |
| OKLCH | oklch(0.716 0.156 352.8) |
Copy-ready code
/* CSS */
color: #eb76ac;
background-color: #eb76ac;
/* Tailwind (arbitrary) */
class="text-[#eb76ac] bg-[#eb76ac]"
/* SCSS */
$brand: #eb76ac;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.675)
/* Android */
Color.parseColor("#eb76ac")Accessibility — WCAG contrast
Aa
#eb76ac on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb76ac on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow26.8%
Key (black)7.8%
Color previews
#eb76ac text on a black background
contrast 7.72:1
Card sample
#eb76ac text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb76ac;
Background color
Panel with #eb76ac background
background-color: #eb76ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb76ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb76ac; background: linear-gradient(135deg, #eb76ac, #EB8E76);