#eb57db
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 87, 219
HSL
307°, 79%, 63%
CMYK
0, 63, 7, 8
Luminance
0.2959
Every format
| HEX | #eb57db |
| RGB | rgb(235, 87, 219) |
| HSL | hsl(307, 79%, 63%) |
| CMYK | cmyk(0%, 63%, 7%, 8%) |
| LAB | lab(61.3 71.6 -39.4) |
| LCH | lch(61.3 81.8 331.2) |
| OKLCH | oklch(0.697 0.232 332.3) |
Copy-ready code
/* CSS */
color: #eb57db;
background-color: #eb57db;
/* Tailwind (arbitrary) */
class="text-[#eb57db] bg-[#eb57db]"
/* SCSS */
$brand: #eb57db;
/* SwiftUI */
Color(red: 0.922, green: 0.341, blue: 0.859)
/* Android */
Color.parseColor("#eb57db")Accessibility — WCAG contrast
Aa
#eb57db on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb57db on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow6.8%
Key (black)7.8%
Color previews
#eb57db text on a black background
contrast 6.92:1
Card sample
#eb57db text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb57db;
Background color
Panel with #eb57db background
background-color: #eb57db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb57db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 87, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 87, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb57db; background: linear-gradient(135deg, #eb57db, #EB5778);