#eb528f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 82, 143
HSL
336°, 79%, 62%
CMYK
0, 65, 39, 8
Luminance
0.2568
Every format
| HEX | #eb528f |
| RGB | rgb(235, 82, 143) |
| HSL | hsl(336, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 39%, 8%) |
| LAB | lab(57.7 63.7 -1.1) |
| LCH | lch(57.7 63.7 359.0) |
| OKLCH | oklch(0.661 0.195 359.4) |
Copy-ready code
/* CSS */
color: #eb528f;
background-color: #eb528f;
/* Tailwind (arbitrary) */
class="text-[#eb528f] bg-[#eb528f]"
/* SCSS */
$brand: #eb528f;
/* SwiftUI */
Color(red: 0.922, green: 0.322, blue: 0.561)
/* Android */
Color.parseColor("#eb528f")Accessibility — WCAG contrast
Aa
#eb528f on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb528f on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow39.1%
Key (black)7.8%
Color previews
#eb528f text on a black background
contrast 6.14:1
Card sample
#eb528f text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb528f;
Background color
Panel with #eb528f background
background-color: #eb528f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb528f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 82, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 82, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb528f; background: linear-gradient(135deg, #eb528f, #EB7B52);