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