#eb7abe
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 122, 190
HSL
324°, 74%, 70%
CMYK
0, 48, 19, 8
Luminance
0.3530
Every format
| HEX | #eb7abe |
| RGB | rgb(235, 122, 190) |
| HSL | hsl(324, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 19%, 8%) |
| LAB | lab(66.0 51.6 -15.8) |
| LCH | lch(66.0 54.0 342.9) |
| OKLCH | oklch(0.727 0.159 344.8) |
Copy-ready code
/* CSS */
color: #eb7abe;
background-color: #eb7abe;
/* Tailwind (arbitrary) */
class="text-[#eb7abe] bg-[#eb7abe]"
/* SCSS */
$brand: #eb7abe;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.745)
/* Android */
Color.parseColor("#eb7abe")Accessibility — WCAG contrast
Aa
#eb7abe on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7abe on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow19.1%
Key (black)7.8%
Color previews
#eb7abe text on a black background
contrast 8.06:1
Card sample
#eb7abe text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7abe;
Background color
Panel with #eb7abe background
background-color: #eb7abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7abe; background: linear-gradient(135deg, #eb7abe, #EB817A);