#eb9eb1
a light, vivid red · warm · closest name: pink
RGB
235, 158, 177
HSL
345°, 66%, 77%
CMYK
0, 33, 25, 8
Luminance
0.4529
Every format
| HEX | #eb9eb1 |
| RGB | rgb(235, 158, 177) |
| HSL | hsl(345, 66%, 77%) |
| CMYK | cmyk(0%, 33%, 25%, 8%) |
| LAB | lab(73.1 31.2 1.9) |
| LCH | lch(73.1 31.3 3.6) |
| OKLCH | oklch(0.780 0.094 3.4) |
Copy-ready code
/* CSS */
color: #eb9eb1;
background-color: #eb9eb1;
/* Tailwind (arbitrary) */
class="text-[#eb9eb1] bg-[#eb9eb1]"
/* SCSS */
$brand: #eb9eb1;
/* SwiftUI */
Color(red: 0.922, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#eb9eb1")Accessibility — WCAG contrast
Aa
#eb9eb1 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9eb1 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.0%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow24.7%
Key (black)7.8%
Color previews
#eb9eb1 text on a black background
contrast 10.06:1
Card sample
#eb9eb1 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9eb1;
Background color
Panel with #eb9eb1 background
background-color: #eb9eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9eb1; background: linear-gradient(135deg, #eb9eb1, #EBBE9E);