#eb8fad
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 143, 173
HSL
340°, 70%, 74%
CMYK
0, 39, 26, 8
Luminance
0.4032
Every format
| HEX | #eb8fad |
| RGB | rgb(235, 143, 173) |
| HSL | hsl(340, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 26%, 8%) |
| LAB | lab(69.7 38.5 -0.8) |
| LCH | lch(69.7 38.6 358.9) |
| OKLCH | oklch(0.754 0.116 359.3) |
Copy-ready code
/* CSS */
color: #eb8fad;
background-color: #eb8fad;
/* Tailwind (arbitrary) */
class="text-[#eb8fad] bg-[#eb8fad]"
/* SCSS */
$brand: #eb8fad;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.678)
/* Android */
Color.parseColor("#eb8fad")Accessibility — WCAG contrast
Aa
#eb8fad on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8fad on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow26.4%
Key (black)7.8%
Color previews
#eb8fad text on a black background
contrast 9.06:1
Card sample
#eb8fad text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8fad;
Background color
Panel with #eb8fad background
background-color: #eb8fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8fad; background: linear-gradient(135deg, #eb8fad, #EBAE8F);