#eb599f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 89, 159
HSL
331°, 79%, 64%
CMYK
0, 62, 32, 8
Luminance
0.2731
Every format
| HEX | #eb599f |
| RGB | rgb(235, 89, 159) |
| HSL | hsl(331, 79%, 64%) |
| CMYK | cmyk(0%, 62%, 32%, 8%) |
| LAB | lab(59.3 62.6 -8.2) |
| LCH | lch(59.3 63.2 352.5) |
| OKLCH | oklch(0.674 0.192 353.8) |
Copy-ready code
/* CSS */
color: #eb599f;
background-color: #eb599f;
/* Tailwind (arbitrary) */
class="text-[#eb599f] bg-[#eb599f]"
/* SCSS */
$brand: #eb599f;
/* SwiftUI */
Color(red: 0.922, green: 0.349, blue: 0.624)
/* Android */
Color.parseColor("#eb599f")Accessibility — WCAG contrast
Aa
#eb599f on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb599f on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow32.3%
Key (black)7.8%
Color previews
#eb599f text on a black background
contrast 6.46:1
Card sample
#eb599f text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb599f;
Background color
Panel with #eb599f background
background-color: #eb599f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb599f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 89, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 89, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb599f; background: linear-gradient(135deg, #eb599f, #EB7459);