#eb5fda
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 95, 218
HSL
307°, 78%, 65%
CMYK
0, 60, 7, 8
Luminance
0.3091
Every format
| HEX | #eb5fda |
| RGB | rgb(235, 95, 218) |
| HSL | hsl(307, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 7%, 8%) |
| LAB | lab(62.4 68.3 -37.0) |
| LCH | lch(62.4 77.7 331.5) |
| OKLCH | oklch(0.705 0.221 332.7) |
Copy-ready code
/* CSS */
color: #eb5fda;
background-color: #eb5fda;
/* Tailwind (arbitrary) */
class="text-[#eb5fda] bg-[#eb5fda]"
/* SCSS */
$brand: #eb5fda;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.855)
/* Android */
Color.parseColor("#eb5fda")Accessibility — WCAG contrast
Aa
#eb5fda on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5fda on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow7.2%
Key (black)7.8%
Color previews
#eb5fda text on a black background
contrast 7.18:1
Card sample
#eb5fda text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5fda;
Background color
Panel with #eb5fda background
background-color: #eb5fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5fda; background: linear-gradient(135deg, #eb5fda, #EB5F7D);