#eb3291
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 50, 145
HSL
329°, 82%, 56%
CMYK
0, 79, 38, 8
Luminance
0.2199
Every format
| HEX | #eb3291 |
| RGB | rgb(235, 50, 145) |
| HSL | hsl(329, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 38%, 8%) |
| LAB | lab(54.0 74.5 -7.8) |
| LCH | lch(54.0 74.9 354.0) |
| OKLCH | oklch(0.634 0.230 355.1) |
Copy-ready code
/* CSS */
color: #eb3291;
background-color: #eb3291;
/* Tailwind (arbitrary) */
class="text-[#eb3291] bg-[#eb3291]"
/* SCSS */
$brand: #eb3291;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.569)
/* Android */
Color.parseColor("#eb3291")Accessibility — WCAG contrast
Aa
#eb3291 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3291 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow38.3%
Key (black)7.8%
Color previews
#eb3291 text on a black background
contrast 5.40:1
Card sample
#eb3291 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3291;
Background color
Panel with #eb3291 background
background-color: #eb3291;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3291;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3291; background: linear-gradient(135deg, #eb3291, #EB4E32);