#eb60db
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 96, 219
HSL
307°, 78%, 65%
CMYK
0, 59, 7, 8
Luminance
0.3114
Every format
| HEX | #eb60db |
| RGB | rgb(235, 96, 219) |
| HSL | hsl(307, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 7%, 8%) |
| LAB | lab(62.6 68.0 -37.3) |
| LCH | lch(62.6 77.5 331.2) |
| OKLCH | oklch(0.706 0.220 332.4) |
Copy-ready code
/* CSS */
color: #eb60db;
background-color: #eb60db;
/* Tailwind (arbitrary) */
class="text-[#eb60db] bg-[#eb60db]"
/* SCSS */
$brand: #eb60db;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.859)
/* Android */
Color.parseColor("#eb60db")Accessibility — WCAG contrast
Aa
#eb60db on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb60db on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow6.8%
Key (black)7.8%
Color previews
#eb60db text on a black background
contrast 7.23:1
Card sample
#eb60db text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb60db;
Background color
Panel with #eb60db background
background-color: #eb60db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb60db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb60db; background: linear-gradient(135deg, #eb60db, #EB607E);