#eb9ab3
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 154, 179
HSL
342°, 67%, 76%
CMYK
0, 35, 24, 8
Luminance
0.4403
Every format
| HEX | #eb9ab3 |
| RGB | rgb(235, 154, 179) |
| HSL | hsl(342, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 24%, 8%) |
| LAB | lab(72.3 33.6 -0.4) |
| LCH | lch(72.3 33.6 359.4) |
| OKLCH | oklch(0.774 0.101 359.7) |
Copy-ready code
/* CSS */
color: #eb9ab3;
background-color: #eb9ab3;
/* Tailwind (arbitrary) */
class="text-[#eb9ab3] bg-[#eb9ab3]"
/* SCSS */
$brand: #eb9ab3;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.702)
/* Android */
Color.parseColor("#eb9ab3")Accessibility — WCAG contrast
Aa
#eb9ab3 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ab3 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow23.8%
Key (black)7.8%
Color previews
#eb9ab3 text on a black background
contrast 9.81:1
Card sample
#eb9ab3 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ab3;
Background color
Panel with #eb9ab3 background
background-color: #eb9ab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ab3; background: linear-gradient(135deg, #eb9ab3, #EBB79A);