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