#eb2091
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 32, 145
HSL
327°, 84%, 52%
CMYK
0, 86, 38, 8
Luminance
0.2074
Every format
| HEX | #eb2091 |
| RGB | rgb(235, 32, 145) |
| HSL | hsl(327, 84%, 52%) |
| CMYK | cmyk(0%, 86%, 38%, 8%) |
| LAB | lab(52.7 78.4 -9.8) |
| LCH | lch(52.7 79.0 352.9) |
| OKLCH | oklch(0.624 0.243 354.1) |
Copy-ready code
/* CSS */
color: #eb2091;
background-color: #eb2091;
/* Tailwind (arbitrary) */
class="text-[#eb2091] bg-[#eb2091]"
/* SCSS */
$brand: #eb2091;
/* SwiftUI */
Color(red: 0.922, green: 0.125, blue: 0.569)
/* Android */
Color.parseColor("#eb2091")Accessibility — WCAG contrast
Aa
#eb2091 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2091 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow38.3%
Key (black)7.8%
Color previews
#eb2091 text on a black background
contrast 5.15:1
Card sample
#eb2091 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2091;
Background color
Panel with #eb2091 background
background-color: #eb2091;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2091;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 32, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 32, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2091; background: linear-gradient(135deg, #eb2091, #EB3720);