#eb32cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 50, 207
HSL
309°, 82%, 56%
CMYK
0, 79, 12, 8
Luminance
0.2445
Every format
| HEX | #eb32cf |
| RGB | rgb(235, 50, 207) |
| HSL | hsl(309, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 12%, 8%) |
| LAB | lab(56.5 81.8 -40.1) |
| LCH | lch(56.5 91.1 333.9) |
| OKLCH | oklch(0.660 0.263 335.4) |
Copy-ready code
/* CSS */
color: #eb32cf;
background-color: #eb32cf;
/* Tailwind (arbitrary) */
class="text-[#eb32cf] bg-[#eb32cf]"
/* SCSS */
$brand: #eb32cf;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#eb32cf")Accessibility — WCAG contrast
Aa
#eb32cf on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb32cf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow11.9%
Key (black)7.8%
Color previews
#eb32cf text on a black background
contrast 5.89:1
Card sample
#eb32cf text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb32cf;
Background color
Panel with #eb32cf background
background-color: #eb32cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb32cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb32cf; background: linear-gradient(135deg, #eb32cf, #EB3254);