#e773fd
a light, electric magenta / pink · warm · closest name: violet
RGB
231, 115, 253
HSL
290°, 97%, 72%
CMYK
9, 55, 0, 1
Luminance
0.3634
Every format
| HEX | #e773fd |
| RGB | rgb(231, 115, 253) |
| HSL | hsl(290, 97%, 72%) |
| CMYK | cmyk(9%, 55%, 0%, 1%) |
| LAB | lab(66.8 64.4 -49.7) |
| LCH | lch(66.8 81.3 322.3) |
| OKLCH | oklch(0.741 0.219 321.0) |
Copy-ready code
/* CSS */
color: #e773fd;
background-color: #e773fd;
/* Tailwind (arbitrary) */
class="text-[#e773fd] bg-[#e773fd]"
/* SCSS */
$brand: #e773fd;
/* SwiftUI */
Color(red: 0.906, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#e773fd")Accessibility — WCAG contrast
Aa
#e773fd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e773fd on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green45.1%
Blue99.2%
CMYK percentages
Cyan8.7%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#e773fd text on a black background
contrast 8.27:1
Card sample
#e773fd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e773fd;
Background color
Panel with #e773fd background
background-color: #e773fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e773fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e773fd; background: linear-gradient(135deg, #e773fd, #FD73B7);