#e773eb
a light, electric magenta / pink · warm · closest name: violet
RGB
231, 115, 235
HSL
298°, 75%, 69%
CMYK
2, 51, 0, 8
Luminance
0.3525
Every format
| HEX | #e773eb |
| RGB | rgb(231, 115, 235) |
| HSL | hsl(298, 75%, 69%) |
| CMYK | cmyk(2%, 51%, 0%, 8%) |
| LAB | lab(65.9 61.1 -41.1) |
| LCH | lch(65.9 73.6 326.1) |
| OKLCH | oklch(0.732 0.203 326.1) |
Copy-ready code
/* CSS */
color: #e773eb;
background-color: #e773eb;
/* Tailwind (arbitrary) */
class="text-[#e773eb] bg-[#e773eb]"
/* SCSS */
$brand: #e773eb;
/* SwiftUI */
Color(red: 0.906, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#e773eb")Accessibility — WCAG contrast
Aa
#e773eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e773eb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green45.1%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e773eb text on a black background
contrast 8.05:1
Card sample
#e773eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e773eb;
Background color
Panel with #e773eb background
background-color: #e773eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e773eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e773eb; background: linear-gradient(135deg, #e773eb, #EB739F);