#e477df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 119, 223
HSL
303°, 67%, 68%
CMYK
0, 48, 2, 11
Luminance
0.3502
Every format
| HEX | #e477df |
| RGB | rgb(228, 119, 223) |
| HSL | hsl(303, 67%, 68%) |
| CMYK | cmyk(0%, 48%, 2%, 11%) |
| LAB | lab(65.8 56.3 -34.7) |
| LCH | lch(65.8 66.1 328.3) |
| OKLCH | oklch(0.728 0.184 329.0) |
Copy-ready code
/* CSS */
color: #e477df;
background-color: #e477df;
/* Tailwind (arbitrary) */
class="text-[#e477df] bg-[#e477df]"
/* SCSS */
$brand: #e477df;
/* SwiftUI */
Color(red: 0.894, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#e477df")Accessibility — WCAG contrast
Aa
#e477df on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e477df on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green46.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow2.2%
Key (black)10.6%
Color previews
#e477df text on a black background
contrast 8.00:1
Card sample
#e477df text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e477df;
Background color
Panel with #e477df background
background-color: #e477df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e477df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e477df; background: linear-gradient(135deg, #e477df, #E47796);