#eb85a3
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 133, 163
HSL
342°, 72%, 72%
CMYK
0, 43, 31, 8
Luminance
0.3708
Every format
| HEX | #eb85a3 |
| RGB | rgb(235, 133, 163) |
| HSL | hsl(342, 72%, 72%) |
| CMYK | cmyk(0%, 43%, 31%, 8%) |
| LAB | lab(67.3 42.4 1.4) |
| LCH | lch(67.3 42.4 1.9) |
| OKLCH | oklch(0.735 0.129 1.9) |
Copy-ready code
/* CSS */
color: #eb85a3;
background-color: #eb85a3;
/* Tailwind (arbitrary) */
class="text-[#eb85a3] bg-[#eb85a3]"
/* SCSS */
$brand: #eb85a3;
/* SwiftUI */
Color(red: 0.922, green: 0.522, blue: 0.639)
/* Android */
Color.parseColor("#eb85a3")Accessibility — WCAG contrast
Aa
#eb85a3 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb85a3 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.2%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow30.6%
Key (black)7.8%
Color previews
#eb85a3 text on a black background
contrast 8.42:1
Card sample
#eb85a3 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb85a3;
Background color
Panel with #eb85a3 background
background-color: #eb85a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb85a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 133, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 133, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb85a3; background: linear-gradient(135deg, #eb85a3, #EBAB85);