#e773ad
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 115, 173
HSL
330°, 71%, 68%
CMYK
0, 50, 25, 9
Luminance
0.3227
Every format
| HEX | #e773ad |
| RGB | rgb(231, 115, 173) |
| HSL | hsl(330, 71%, 68%) |
| CMYK | cmyk(0%, 50%, 25%, 9%) |
| LAB | lab(63.6 51.4 -9.9) |
| LCH | lch(63.6 52.3 349.1) |
| OKLCH | oklch(0.706 0.157 350.6) |
Copy-ready code
/* CSS */
color: #e773ad;
background-color: #e773ad;
/* Tailwind (arbitrary) */
class="text-[#e773ad] bg-[#e773ad]"
/* SCSS */
$brand: #e773ad;
/* SwiftUI */
Color(red: 0.906, green: 0.451, blue: 0.678)
/* Android */
Color.parseColor("#e773ad")Accessibility — WCAG contrast
Aa
#e773ad on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e773ad on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green45.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow25.1%
Key (black)9.4%
Color previews
#e773ad text on a black background
contrast 7.45:1
Card sample
#e773ad text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e773ad;
Background color
Panel with #e773ad background
background-color: #e773ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e773ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 115, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 115, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e773ad; background: linear-gradient(135deg, #e773ad, #E78673);