#eb5ade
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 90, 222
HSL
305°, 78%, 64%
CMYK
0, 62, 6, 8
Luminance
0.3025
Every format
| HEX | #eb5ade |
| RGB | rgb(235, 90, 222) |
| HSL | hsl(305, 78%, 64%) |
| CMYK | cmyk(0%, 62%, 6%, 8%) |
| LAB | lab(61.9 70.9 -40.2) |
| LCH | lch(61.9 81.5 330.5) |
| OKLCH | oklch(0.701 0.230 331.4) |
Copy-ready code
/* CSS */
color: #eb5ade;
background-color: #eb5ade;
/* Tailwind (arbitrary) */
class="text-[#eb5ade] bg-[#eb5ade]"
/* SCSS */
$brand: #eb5ade;
/* SwiftUI */
Color(red: 0.922, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#eb5ade")Accessibility — WCAG contrast
Aa
#eb5ade on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5ade on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.3%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow5.5%
Key (black)7.8%
Color previews
#eb5ade text on a black background
contrast 7.05:1
Card sample
#eb5ade text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5ade;
Background color
Panel with #eb5ade background
background-color: #eb5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5ade; background: linear-gradient(135deg, #eb5ade, #EB5A7D);