#e178ad
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 120, 173
HSL
330°, 64%, 68%
CMYK
0, 47, 23, 12
Luminance
0.3246
Every format
| HEX | #e178ad |
| RGB | rgb(225, 120, 173) |
| HSL | hsl(330, 64%, 68%) |
| CMYK | cmyk(0%, 47%, 23%, 12%) |
| LAB | lab(63.7 47.0 -9.7) |
| LCH | lch(63.7 48.0 348.3) |
| OKLCH | oklch(0.706 0.143 349.8) |
Copy-ready code
/* CSS */
color: #e178ad;
background-color: #e178ad;
/* Tailwind (arbitrary) */
class="text-[#e178ad] bg-[#e178ad]"
/* SCSS */
$brand: #e178ad;
/* SwiftUI */
Color(red: 0.882, green: 0.471, blue: 0.678)
/* Android */
Color.parseColor("#e178ad")Accessibility — WCAG contrast
Aa
#e178ad on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e178ad on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green47.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow23.1%
Key (black)11.8%
Color previews
#e178ad text on a black background
contrast 7.49:1
Card sample
#e178ad text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e178ad;
Background color
Panel with #e178ad background
background-color: #e178ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e178ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 120, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 120, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e178ad; background: linear-gradient(135deg, #e178ad, #E18978);