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