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