#eb62db
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 98, 219
HSL
307°, 77%, 65%
CMYK
0, 58, 7, 8
Luminance
0.3151
Every format
| HEX | #eb62db |
| RGB | rgb(235, 98, 219) |
| HSL | hsl(307, 77%, 65%) |
| CMYK | cmyk(0%, 58%, 7%, 8%) |
| LAB | lab(62.9 67.1 -36.8) |
| LCH | lch(62.9 76.6 331.3) |
| OKLCH | oklch(0.709 0.217 332.4) |
Copy-ready code
/* CSS */
color: #eb62db;
background-color: #eb62db;
/* Tailwind (arbitrary) */
class="text-[#eb62db] bg-[#eb62db]"
/* SCSS */
$brand: #eb62db;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#eb62db")Accessibility — WCAG contrast
Aa
#eb62db on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb62db on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow6.8%
Key (black)7.8%
Color previews
#eb62db text on a black background
contrast 7.30:1
Card sample
#eb62db text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb62db;
Background color
Panel with #eb62db background
background-color: #eb62db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb62db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb62db; background: linear-gradient(135deg, #eb62db, #EB6280);