#eb7aad
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 122, 173
HSL
333°, 74%, 70%
CMYK
0, 48, 26, 8
Luminance
0.3460
Every format
| HEX | #eb7aad |
| RGB | rgb(235, 122, 173) |
| HSL | hsl(333, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 26%, 8%) |
| LAB | lab(65.4 49.3 -7.0) |
| LCH | lch(65.4 49.8 351.9) |
| OKLCH | oklch(0.722 0.150 353.1) |
Copy-ready code
/* CSS */
color: #eb7aad;
background-color: #eb7aad;
/* Tailwind (arbitrary) */
class="text-[#eb7aad] bg-[#eb7aad]"
/* SCSS */
$brand: #eb7aad;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.678)
/* Android */
Color.parseColor("#eb7aad")Accessibility — WCAG contrast
Aa
#eb7aad on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7aad on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow26.4%
Key (black)7.8%
Color previews
#eb7aad text on a black background
contrast 7.92:1
Card sample
#eb7aad text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7aad;
Background color
Panel with #eb7aad background
background-color: #eb7aad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7aad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7aad; background: linear-gradient(135deg, #eb7aad, #EB927A);