#eb52bf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 82, 191
HSL
317°, 79%, 62%
CMYK
0, 65, 19, 8
Luminance
0.2746
Every format
| HEX | #eb52bf |
| RGB | rgb(235, 82, 191) |
| HSL | hsl(317, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 19%, 8%) |
| LAB | lab(59.4 69.5 -26.4) |
| LCH | lch(59.4 74.4 339.2) |
| OKLCH | oklch(0.679 0.219 341.1) |
Copy-ready code
/* CSS */
color: #eb52bf;
background-color: #eb52bf;
/* Tailwind (arbitrary) */
class="text-[#eb52bf] bg-[#eb52bf]"
/* SCSS */
$brand: #eb52bf;
/* SwiftUI */
Color(red: 0.922, green: 0.322, blue: 0.749)
/* Android */
Color.parseColor("#eb52bf")Accessibility — WCAG contrast
Aa
#eb52bf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb52bf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow18.7%
Key (black)7.8%
Color previews
#eb52bf text on a black background
contrast 6.49:1
Card sample
#eb52bf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb52bf;
Background color
Panel with #eb52bf background
background-color: #eb52bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb52bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 82, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 82, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb52bf; background: linear-gradient(135deg, #eb52bf, #EB5259);