#eb5abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 90, 191
HSL
318°, 78%, 64%
CMYK
0, 62, 19, 8
Luminance
0.2874
Every format
| HEX | #eb5abf |
| RGB | rgb(235, 90, 191) |
| HSL | hsl(318, 78%, 64%) |
| CMYK | cmyk(0%, 62%, 19%, 8%) |
| LAB | lab(60.5 66.3 -24.7) |
| LCH | lch(60.5 70.8 339.6) |
| OKLCH | oklch(0.687 0.208 341.5) |
Copy-ready code
/* CSS */
color: #eb5abf;
background-color: #eb5abf;
/* Tailwind (arbitrary) */
class="text-[#eb5abf] bg-[#eb5abf]"
/* SCSS */
$brand: #eb5abf;
/* SwiftUI */
Color(red: 0.922, green: 0.353, blue: 0.749)
/* Android */
Color.parseColor("#eb5abf")Accessibility — WCAG contrast
Aa
#eb5abf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5abf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow18.7%
Key (black)7.8%
Color previews
#eb5abf text on a black background
contrast 6.75:1
Card sample
#eb5abf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5abf;
Background color
Panel with #eb5abf background
background-color: #eb5abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 90, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 90, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5abf; background: linear-gradient(135deg, #eb5abf, #EB5A5E);