#eb5bec
a balanced, electric magenta / pink · warm · closest name: violet
RGB
235, 91, 236
HSL
300°, 79%, 64%
CMYK
0, 61, 0, 8
Luminance
0.3120
Every format
| HEX | #eb5bec |
| RGB | rgb(235, 91, 236) |
| HSL | hsl(300, 79%, 64%) |
| CMYK | cmyk(0%, 61%, 0%, 8%) |
| LAB | lab(62.7 72.8 -46.7) |
| LCH | lch(62.7 86.5 327.3) |
| OKLCH | oklch(0.709 0.240 327.5) |
Copy-ready code
/* CSS */
color: #eb5bec;
background-color: #eb5bec;
/* Tailwind (arbitrary) */
class="text-[#eb5bec] bg-[#eb5bec]"
/* SCSS */
$brand: #eb5bec;
/* SwiftUI */
Color(red: 0.922, green: 0.357, blue: 0.925)
/* Android */
Color.parseColor("#eb5bec")Accessibility — WCAG contrast
Aa
#eb5bec on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5bec on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.7%
Blue92.5%
CMYK percentages
Cyan0.4%
Magenta61.4%
Yellow0.0%
Key (black)7.5%
Color previews
#eb5bec text on a black background
contrast 7.24:1
Card sample
#eb5bec text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5bec;
Background color
Panel with #eb5bec background
background-color: #eb5bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 91, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 91, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5bec; background: linear-gradient(135deg, #eb5bec, #EC5B8C);