#eb889b
a light, vivid red · warm · closest name: pink
RGB
235, 136, 155
HSL
349°, 71%, 73%
CMYK
0, 42, 34, 8
Luminance
0.3764
Every format
| HEX | #eb889b |
| RGB | rgb(235, 136, 155) |
| HSL | hsl(349, 71%, 73%) |
| CMYK | cmyk(0%, 42%, 34%, 8%) |
| LAB | lab(67.8 39.9 6.5) |
| LCH | lch(67.8 40.4 9.3) |
| OKLCH | oklch(0.737 0.122 8.2) |
Copy-ready code
/* CSS */
color: #eb889b;
background-color: #eb889b;
/* Tailwind (arbitrary) */
class="text-[#eb889b] bg-[#eb889b]"
/* SCSS */
$brand: #eb889b;
/* SwiftUI */
Color(red: 0.922, green: 0.533, blue: 0.608)
/* Android */
Color.parseColor("#eb889b")Accessibility — WCAG contrast
Aa
#eb889b on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb889b on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow34.0%
Key (black)7.8%
Color previews
#eb889b text on a black background
contrast 8.53:1
Card sample
#eb889b text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb889b;
Background color
Panel with #eb889b background
background-color: #eb889b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb889b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 136, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 136, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb889b; background: linear-gradient(135deg, #eb889b, #EBB788);