#e764b8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
231, 100, 184
HSL
322°, 73%, 65%
CMYK
0, 57, 20, 9
Luminance
0.2956
Every format
| HEX | #e764b8 |
| RGB | rgb(231, 100, 184) |
| HSL | hsl(322, 73%, 65%) |
| CMYK | cmyk(0%, 57%, 20%, 9%) |
| LAB | lab(61.3 59.9 -19.6) |
| LCH | lch(61.3 63.1 341.9) |
| OKLCH | oklch(0.691 0.187 343.8) |
Copy-ready code
/* CSS */
color: #e764b8;
background-color: #e764b8;
/* Tailwind (arbitrary) */
class="text-[#e764b8] bg-[#e764b8]"
/* SCSS */
$brand: #e764b8;
/* SwiftUI */
Color(red: 0.906, green: 0.392, blue: 0.722)
/* Android */
Color.parseColor("#e764b8")Accessibility — WCAG contrast
Aa
#e764b8 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e764b8 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green39.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow20.3%
Key (black)9.4%
Color previews
#e764b8 text on a black background
contrast 6.91:1
Card sample
#e764b8 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e764b8;
Background color
Panel with #e764b8 background
background-color: #e764b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e764b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 100, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 100, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e764b8; background: linear-gradient(135deg, #e764b8, #E76764);