#e773df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
231, 115, 223
HSL
304°, 71%, 68%
CMYK
0, 50, 4, 9
Luminance
0.3458
Every format
| HEX | #e773df |
| RGB | rgb(231, 115, 223) |
| HSL | hsl(304, 71%, 68%) |
| CMYK | cmyk(0%, 50%, 4%, 9%) |
| LAB | lab(65.4 59.0 -35.2) |
| LCH | lch(65.4 68.8 329.2) |
| OKLCH | oklch(0.726 0.193 330.0) |
Copy-ready code
/* CSS */
color: #e773df;
background-color: #e773df;
/* Tailwind (arbitrary) */
class="text-[#e773df] bg-[#e773df]"
/* SCSS */
$brand: #e773df;
/* SwiftUI */
Color(red: 0.906, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#e773df")Accessibility — WCAG contrast
Aa
#e773df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e773df on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green45.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow3.5%
Key (black)9.4%
Color previews
#e773df text on a black background
contrast 7.92:1
Card sample
#e773df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e773df;
Background color
Panel with #e773df background
background-color: #e773df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e773df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e773df; background: linear-gradient(135deg, #e773df, #E77392);