#eb9ac1
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 154, 193
HSL
331°, 67%, 76%
CMYK
0, 35, 18, 8
Luminance
0.4462
Every format
| HEX | #eb9ac1 |
| RGB | rgb(235, 154, 193) |
| HSL | hsl(331, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 18%, 8%) |
| LAB | lab(72.7 35.7 -7.5) |
| LCH | lch(72.7 36.5 348.1) |
| OKLCH | oklch(0.778 0.108 349.6) |
Copy-ready code
/* CSS */
color: #eb9ac1;
background-color: #eb9ac1;
/* Tailwind (arbitrary) */
class="text-[#eb9ac1] bg-[#eb9ac1]"
/* SCSS */
$brand: #eb9ac1;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.757)
/* Android */
Color.parseColor("#eb9ac1")Accessibility — WCAG contrast
Aa
#eb9ac1 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ac1 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow17.9%
Key (black)7.8%
Color previews
#eb9ac1 text on a black background
contrast 9.92:1
Card sample
#eb9ac1 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ac1;
Background color
Panel with #eb9ac1 background
background-color: #eb9ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ac1; background: linear-gradient(135deg, #eb9ac1, #EBA99A);