#e47baf
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 123, 175
HSL
330°, 66%, 69%
CMYK
0, 46, 23, 11
Luminance
0.3376
Every format
| HEX | #e47baf |
| RGB | rgb(228, 123, 175) |
| HSL | hsl(330, 66%, 69%) |
| CMYK | cmyk(0%, 46%, 23%, 11%) |
| LAB | lab(64.8 46.7 -9.3) |
| LCH | lch(64.8 47.6 348.8) |
| OKLCH | oklch(0.715 0.142 350.3) |
Copy-ready code
/* CSS */
color: #e47baf;
background-color: #e47baf;
/* Tailwind (arbitrary) */
class="text-[#e47baf] bg-[#e47baf]"
/* SCSS */
$brand: #e47baf;
/* SwiftUI */
Color(red: 0.894, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#e47baf")Accessibility — WCAG contrast
Aa
#e47baf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e47baf on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green48.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow23.2%
Key (black)10.6%
Color previews
#e47baf text on a black background
contrast 7.75:1
Card sample
#e47baf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e47baf;
Background color
Panel with #e47baf background
background-color: #e47baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e47baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e47baf; background: linear-gradient(135deg, #e47baf, #E48D7B);