#eb5694
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 86, 148
HSL
335°, 79%, 63%
CMYK
0, 63, 37, 8
Luminance
0.2646
Every format
| HEX | #eb5694 |
| RGB | rgb(235, 86, 148) |
| HSL | hsl(335, 79%, 63%) |
| CMYK | cmyk(0%, 63%, 37%, 8%) |
| LAB | lab(58.5 62.6 -3.0) |
| LCH | lch(58.5 62.7 357.3) |
| OKLCH | oklch(0.667 0.192 357.9) |
Copy-ready code
/* CSS */
color: #eb5694;
background-color: #eb5694;
/* Tailwind (arbitrary) */
class="text-[#eb5694] bg-[#eb5694]"
/* SCSS */
$brand: #eb5694;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.580)
/* Android */
Color.parseColor("#eb5694")Accessibility — WCAG contrast
Aa
#eb5694 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5694 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow37.0%
Key (black)7.8%
Color previews
#eb5694 text on a black background
contrast 6.29:1
Card sample
#eb5694 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5694;
Background color
Panel with #eb5694 background
background-color: #eb5694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5694; background: linear-gradient(135deg, #eb5694, #EB7B56);