#e477b2
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 119, 178
HSL
328°, 67%, 68%
CMYK
0, 48, 22, 11
Luminance
0.3290
Every format
| HEX | #e477b2 |
| RGB | rgb(228, 119, 178) |
| HSL | hsl(328, 67%, 68%) |
| CMYK | cmyk(0%, 48%, 22%, 11%) |
| LAB | lab(64.1 49.1 -12.0) |
| LCH | lch(64.1 50.6 346.3) |
| OKLCH | oklch(0.710 0.151 348.0) |
Copy-ready code
/* CSS */
color: #e477b2;
background-color: #e477b2;
/* Tailwind (arbitrary) */
class="text-[#e477b2] bg-[#e477b2]"
/* SCSS */
$brand: #e477b2;
/* SwiftUI */
Color(red: 0.894, green: 0.467, blue: 0.698)
/* Android */
Color.parseColor("#e477b2")Accessibility — WCAG contrast
Aa
#e477b2 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e477b2 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green46.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow21.9%
Key (black)10.6%
Color previews
#e477b2 text on a black background
contrast 7.58:1
Card sample
#e477b2 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e477b2;
Background color
Panel with #e477b2 background
background-color: #e477b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e477b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 119, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 119, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e477b2; background: linear-gradient(135deg, #e477b2, #E48477);