#eb9ac6
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 154, 198
HSL
327°, 67%, 76%
CMYK
0, 35, 16, 8
Luminance
0.4485
Every format
| HEX | #eb9ac6 |
| RGB | rgb(235, 154, 198) |
| HSL | hsl(327, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 16%, 8%) |
| LAB | lab(72.8 36.5 -10.1) |
| LCH | lch(72.8 37.8 344.6) |
| OKLCH | oklch(0.780 0.111 346.2) |
Copy-ready code
/* CSS */
color: #eb9ac6;
background-color: #eb9ac6;
/* Tailwind (arbitrary) */
class="text-[#eb9ac6] bg-[#eb9ac6]"
/* SCSS */
$brand: #eb9ac6;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.776)
/* Android */
Color.parseColor("#eb9ac6")Accessibility — WCAG contrast
Aa
#eb9ac6 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ac6 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow15.7%
Key (black)7.8%
Color previews
#eb9ac6 text on a black background
contrast 9.97:1
Card sample
#eb9ac6 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ac6;
Background color
Panel with #eb9ac6 background
background-color: #eb9ac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ac6; background: linear-gradient(135deg, #eb9ac6, #EBA49A);