#eb9dbf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 157, 191
HSL
334°, 66%, 77%
CMYK
0, 33, 19, 8
Luminance
0.4554
Every format
| HEX | #eb9dbf |
| RGB | rgb(235, 157, 191) |
| HSL | hsl(334, 66%, 77%) |
| CMYK | cmyk(0%, 33%, 19%, 8%) |
| LAB | lab(73.3 33.8 -5.5) |
| LCH | lch(73.3 34.2 350.7) |
| OKLCH | oklch(0.782 0.102 352.0) |
Copy-ready code
/* CSS */
color: #eb9dbf;
background-color: #eb9dbf;
/* Tailwind (arbitrary) */
class="text-[#eb9dbf] bg-[#eb9dbf]"
/* SCSS */
$brand: #eb9dbf;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.749)
/* Android */
Color.parseColor("#eb9dbf")Accessibility — WCAG contrast
Aa
#eb9dbf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9dbf on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow18.7%
Key (black)7.8%
Color previews
#eb9dbf text on a black background
contrast 10.11:1
Card sample
#eb9dbf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9dbf;
Background color
Panel with #eb9dbf background
background-color: #eb9dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9dbf; background: linear-gradient(135deg, #eb9dbf, #EBAF9D);