#e964ab
a light, electric magenta / pink · warm · closest name: orchid
RGB
233, 100, 171
HSL
328°, 75%, 65%
CMYK
0, 57, 27, 9
Luminance
0.2938
Every format
| HEX | #e964ab |
| RGB | rgb(233, 100, 171) |
| HSL | hsl(328, 75%, 65%) |
| CMYK | cmyk(0%, 57%, 27%, 9%) |
| LAB | lab(61.1 58.8 -12.4) |
| LCH | lch(61.1 60.1 348.1) |
| OKLCH | oklch(0.689 0.181 349.7) |
Copy-ready code
/* CSS */
color: #e964ab;
background-color: #e964ab;
/* Tailwind (arbitrary) */
class="text-[#e964ab] bg-[#e964ab]"
/* SCSS */
$brand: #e964ab;
/* SwiftUI */
Color(red: 0.914, green: 0.392, blue: 0.671)
/* Android */
Color.parseColor("#e964ab")Accessibility — WCAG contrast
Aa
#e964ab on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e964ab on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green39.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow26.6%
Key (black)8.6%
Color previews
#e964ab text on a black background
contrast 6.88:1
Card sample
#e964ab text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e964ab;
Background color
Panel with #e964ab background
background-color: #e964ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e964ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 100, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 100, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e964ab; background: linear-gradient(135deg, #e964ab, #E97664);