#eb60af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 96, 175
HSL
326°, 78%, 65%
CMYK
0, 59, 26, 8
Luminance
0.2912
Every format
| HEX | #eb60af |
| RGB | rgb(235, 96, 175) |
| HSL | hsl(326, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 26%, 8%) |
| LAB | lab(60.9 61.6 -15.0) |
| LCH | lch(60.9 63.4 346.3) |
| OKLCH | oklch(0.688 0.190 348.1) |
Copy-ready code
/* CSS */
color: #eb60af;
background-color: #eb60af;
/* Tailwind (arbitrary) */
class="text-[#eb60af] bg-[#eb60af]"
/* SCSS */
$brand: #eb60af;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.686)
/* Android */
Color.parseColor("#eb60af")Accessibility — WCAG contrast
Aa
#eb60af on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb60af on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow25.5%
Key (black)7.8%
Color previews
#eb60af text on a black background
contrast 6.82:1
Card sample
#eb60af text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb60af;
Background color
Panel with #eb60af background
background-color: #eb60af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb60af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb60af; background: linear-gradient(135deg, #eb60af, #EB6E60);