#eb5eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 94, 176
HSL
325°, 78%, 65%
CMYK
0, 60, 25, 8
Luminance
0.2880
Every format
| HEX | #eb5eb0 |
| RGB | rgb(235, 94, 176) |
| HSL | hsl(325, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 25%, 8%) |
| LAB | lab(60.6 62.6 -16.0) |
| LCH | lch(60.6 64.6 345.7) |
| OKLCH | oklch(0.686 0.194 347.5) |
Copy-ready code
/* CSS */
color: #eb5eb0;
background-color: #eb5eb0;
/* Tailwind (arbitrary) */
class="text-[#eb5eb0] bg-[#eb5eb0]"
/* SCSS */
$brand: #eb5eb0;
/* SwiftUI */
Color(red: 0.922, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#eb5eb0")Accessibility — WCAG contrast
Aa
#eb5eb0 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5eb0 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow25.1%
Key (black)7.8%
Color previews
#eb5eb0 text on a black background
contrast 6.76:1
Card sample
#eb5eb0 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5eb0;
Background color
Panel with #eb5eb0 background
background-color: #eb5eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5eb0; background: linear-gradient(135deg, #eb5eb0, #EB6A5E);