#eb82bf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 130, 191
HSL
325°, 72%, 72%
CMYK
0, 45, 19, 8
Luminance
0.3739
Every format
| HEX | #eb82bf |
| RGB | rgb(235, 130, 191) |
| HSL | hsl(325, 72%, 72%) |
| CMYK | cmyk(0%, 45%, 19%, 8%) |
| LAB | lab(67.6 47.8 -14.0) |
| LCH | lch(67.6 49.8 343.7) |
| OKLCH | oklch(0.740 0.147 345.4) |
Copy-ready code
/* CSS */
color: #eb82bf;
background-color: #eb82bf;
/* Tailwind (arbitrary) */
class="text-[#eb82bf] bg-[#eb82bf]"
/* SCSS */
$brand: #eb82bf;
/* SwiftUI */
Color(red: 0.922, green: 0.510, blue: 0.749)
/* Android */
Color.parseColor("#eb82bf")Accessibility — WCAG contrast
Aa
#eb82bf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb82bf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow18.7%
Key (black)7.8%
Color previews
#eb82bf text on a black background
contrast 8.48:1
Card sample
#eb82bf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb82bf;
Background color
Panel with #eb82bf background
background-color: #eb82bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb82bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 130, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 130, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb82bf; background: linear-gradient(135deg, #eb82bf, #EB8B82);