#eb2188
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 33, 136
HSL
329°, 84%, 53%
CMYK
0, 86, 42, 8
Luminance
0.2053
Every format
| HEX | #eb2188 |
| RGB | rgb(235, 33, 136) |
| HSL | hsl(329, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 42%, 8%) |
| LAB | lab(52.4 77.4 -4.8) |
| LCH | lch(52.4 77.5 356.5) |
| OKLCH | oklch(0.622 0.239 357.2) |
Copy-ready code
/* CSS */
color: #eb2188;
background-color: #eb2188;
/* Tailwind (arbitrary) */
class="text-[#eb2188] bg-[#eb2188]"
/* SCSS */
$brand: #eb2188;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.533)
/* Android */
Color.parseColor("#eb2188")Accessibility — WCAG contrast
Aa
#eb2188 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2188 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow42.1%
Key (black)7.8%
Color previews
#eb2188 text on a black background
contrast 5.11:1
Card sample
#eb2188 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2188;
Background color
Panel with #eb2188 background
background-color: #eb2188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2188; background: linear-gradient(135deg, #eb2188, #EB4021);