#eb5ac1
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 90, 193
HSL
317°, 78%, 64%
CMYK
0, 62, 18, 8
Luminance
0.2882
Every format
| HEX | #eb5ac1 |
| RGB | rgb(235, 90, 193) |
| HSL | hsl(317, 78%, 64%) |
| CMYK | cmyk(0%, 62%, 18%, 8%) |
| LAB | lab(60.6 66.6 -25.7) |
| LCH | lch(60.6 71.4 338.9) |
| OKLCH | oklch(0.688 0.210 340.8) |
Copy-ready code
/* CSS */
color: #eb5ac1;
background-color: #eb5ac1;
/* Tailwind (arbitrary) */
class="text-[#eb5ac1] bg-[#eb5ac1]"
/* SCSS */
$brand: #eb5ac1;
/* SwiftUI */
Color(red: 0.922, green: 0.353, blue: 0.757)
/* Android */
Color.parseColor("#eb5ac1")Accessibility — WCAG contrast
Aa
#eb5ac1 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5ac1 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.3%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow17.9%
Key (black)7.8%
Color previews
#eb5ac1 text on a black background
contrast 6.76:1
Card sample
#eb5ac1 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5ac1;
Background color
Panel with #eb5ac1 background
background-color: #eb5ac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5ac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 90, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 90, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5ac1; background: linear-gradient(135deg, #eb5ac1, #EB5A60);