#eb95bf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 149, 191
HSL
331°, 68%, 75%
CMYK
0, 37, 19, 8
Luminance
0.4292
Every format
| HEX | #eb95bf |
| RGB | rgb(235, 149, 191) |
| HSL | hsl(331, 68%, 75%) |
| CMYK | cmyk(0%, 37%, 19%, 8%) |
| LAB | lab(71.5 38.0 -8.1) |
| LCH | lch(71.5 38.9 347.9) |
| OKLCH | oklch(0.769 0.115 349.4) |
Copy-ready code
/* CSS */
color: #eb95bf;
background-color: #eb95bf;
/* Tailwind (arbitrary) */
class="text-[#eb95bf] bg-[#eb95bf]"
/* SCSS */
$brand: #eb95bf;
/* SwiftUI */
Color(red: 0.922, green: 0.584, blue: 0.749)
/* Android */
Color.parseColor("#eb95bf")Accessibility — WCAG contrast
Aa
#eb95bf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb95bf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow18.7%
Key (black)7.8%
Color previews
#eb95bf text on a black background
contrast 9.58:1
Card sample
#eb95bf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb95bf;
Background color
Panel with #eb95bf background
background-color: #eb95bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb95bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 149, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 149, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb95bf; background: linear-gradient(135deg, #eb95bf, #EBA495);