#eb21cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
235, 33, 207
HSL
308°, 84%, 53%
CMYK
0, 86, 12, 8
Luminance
0.2325
Every format
| HEX | #eb21cf |
| RGB | rgb(235, 33, 207) |
| HSL | hsl(308, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 12%, 8%) |
| LAB | lab(55.3 85.3 -42.0) |
| LCH | lch(55.3 95.0 333.8) |
| OKLCH | oklch(0.652 0.275 335.3) |
Copy-ready code
/* CSS */
color: #eb21cf;
background-color: #eb21cf;
/* Tailwind (arbitrary) */
class="text-[#eb21cf] bg-[#eb21cf]"
/* SCSS */
$brand: #eb21cf;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.812)
/* Android */
Color.parseColor("#eb21cf")Accessibility — WCAG contrast
Aa
#eb21cf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb21cf on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow11.9%
Key (black)7.8%
Color previews
#eb21cf text on a black background
contrast 5.65:1
Card sample
#eb21cf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb21cf;
Background color
Panel with #eb21cf background
background-color: #eb21cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb21cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb21cf; background: linear-gradient(135deg, #eb21cf, #EB2148);