#eb8cad
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 140, 173
HSL
339°, 70%, 74%
CMYK
0, 40, 26, 8
Luminance
0.3944
Every format
| HEX | #eb8cad |
| RGB | rgb(235, 140, 173) |
| HSL | hsl(339, 70%, 74%) |
| CMYK | cmyk(0%, 40%, 26%, 8%) |
| LAB | lab(69.1 40.1 -1.7) |
| LCH | lch(69.1 40.1 357.6) |
| OKLCH | oklch(0.749 0.121 358.2) |
Copy-ready code
/* CSS */
color: #eb8cad;
background-color: #eb8cad;
/* Tailwind (arbitrary) */
class="text-[#eb8cad] bg-[#eb8cad]"
/* SCSS */
$brand: #eb8cad;
/* SwiftUI */
Color(red: 0.922, green: 0.549, blue: 0.678)
/* Android */
Color.parseColor("#eb8cad")Accessibility — WCAG contrast
Aa
#eb8cad on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8cad on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow26.4%
Key (black)7.8%
Color previews
#eb8cad text on a black background
contrast 8.89:1
Card sample
#eb8cad text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8cad;
Background color
Panel with #eb8cad background
background-color: #eb8cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 140, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 140, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8cad; background: linear-gradient(135deg, #eb8cad, #EBAA8C);