#eb5fab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 95, 171
HSL
327°, 78%, 65%
CMYK
0, 60, 27, 8
Luminance
0.2879
Every format
| HEX | #eb5fab |
| RGB | rgb(235, 95, 171) |
| HSL | hsl(327, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 27%, 8%) |
| LAB | lab(60.6 61.6 -13.1) |
| LCH | lch(60.6 63.0 348.0) |
| OKLCH | oklch(0.685 0.190 349.6) |
Copy-ready code
/* CSS */
color: #eb5fab;
background-color: #eb5fab;
/* Tailwind (arbitrary) */
class="text-[#eb5fab] bg-[#eb5fab]"
/* SCSS */
$brand: #eb5fab;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.671)
/* Android */
Color.parseColor("#eb5fab")Accessibility — WCAG contrast
Aa
#eb5fab on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5fab on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow27.2%
Key (black)7.8%
Color previews
#eb5fab text on a black background
contrast 6.76:1
Card sample
#eb5fab text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5fab;
Background color
Panel with #eb5fab background
background-color: #eb5fab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5fab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5fab; background: linear-gradient(135deg, #eb5fab, #EB705F);