#eb4bbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 75, 191
HSL
317°, 80%, 61%
CMYK
0, 68, 19, 8
Luminance
0.2646
Every format
| HEX | #eb4bbf |
| RGB | rgb(235, 75, 191) |
| HSL | hsl(317, 80%, 61%) |
| CMYK | cmyk(0%, 68%, 19%, 8%) |
| LAB | lab(58.5 72.1 -27.9) |
| LCH | lch(58.5 77.3 338.8) |
| OKLCH | oklch(0.672 0.228 340.8) |
Copy-ready code
/* CSS */
color: #eb4bbf;
background-color: #eb4bbf;
/* Tailwind (arbitrary) */
class="text-[#eb4bbf] bg-[#eb4bbf]"
/* SCSS */
$brand: #eb4bbf;
/* SwiftUI */
Color(red: 0.922, green: 0.294, blue: 0.749)
/* Android */
Color.parseColor("#eb4bbf")Accessibility — WCAG contrast
Aa
#eb4bbf on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4bbf on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow18.7%
Key (black)7.8%
Color previews
#eb4bbf text on a black background
contrast 6.29:1
Card sample
#eb4bbf text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4bbf;
Background color
Panel with #eb4bbf background
background-color: #eb4bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 75, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 75, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4bbf; background: linear-gradient(135deg, #eb4bbf, #EB4B54);