#eb2fba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 47, 186
HSL
316°, 83%, 55%
CMYK
0, 80, 21, 8
Luminance
0.2324
Every format
| HEX | #eb2fba |
| RGB | rgb(235, 47, 186) |
| HSL | hsl(316, 83%, 55%) |
| CMYK | cmyk(0%, 80%, 21%, 8%) |
| LAB | lab(55.3 79.8 -29.9) |
| LCH | lch(55.3 85.2 339.5) |
| OKLCH | oklch(0.649 0.253 341.4) |
Copy-ready code
/* CSS */
color: #eb2fba;
background-color: #eb2fba;
/* Tailwind (arbitrary) */
class="text-[#eb2fba] bg-[#eb2fba]"
/* SCSS */
$brand: #eb2fba;
/* SwiftUI */
Color(red: 0.922, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#eb2fba")Accessibility — WCAG contrast
Aa
#eb2fba on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2fba on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow20.9%
Key (black)7.8%
Color previews
#eb2fba text on a black background
contrast 5.65:1
Card sample
#eb2fba text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2fba;
Background color
Panel with #eb2fba background
background-color: #eb2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2fba; background: linear-gradient(135deg, #eb2fba, #EB2F3D);