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