#eb8ac9
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 138, 201
HSL
321°, 71%, 73%
CMYK
0, 41, 15, 8
Luminance
0.4006
Every format
| HEX | #eb8ac9 |
| RGB | rgb(235, 138, 201) |
| HSL | hsl(321, 71%, 73%) |
| CMYK | cmyk(0%, 41%, 15%, 8%) |
| LAB | lab(69.5 45.3 -16.7) |
| LCH | lch(69.5 48.2 339.8) |
| OKLCH | oklch(0.755 0.140 341.6) |
Copy-ready code
/* CSS */
color: #eb8ac9;
background-color: #eb8ac9;
/* Tailwind (arbitrary) */
class="text-[#eb8ac9] bg-[#eb8ac9]"
/* SCSS */
$brand: #eb8ac9;
/* SwiftUI */
Color(red: 0.922, green: 0.541, blue: 0.788)
/* Android */
Color.parseColor("#eb8ac9")Accessibility — WCAG contrast
Aa
#eb8ac9 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8ac9 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow14.5%
Key (black)7.8%
Color previews
#eb8ac9 text on a black background
contrast 9.01:1
Card sample
#eb8ac9 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8ac9;
Background color
Panel with #eb8ac9 background
background-color: #eb8ac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8ac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 138, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 138, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8ac9; background: linear-gradient(135deg, #eb8ac9, #EB8B8A);