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