#e3abc7
a light, vivid magenta / pink · warm · closest name: pink
RGB
227, 171, 199
HSL
330°, 50%, 78%
CMYK
0, 25, 12, 11
Luminance
0.4958
Every format
| HEX | #e3abc7 |
| RGB | rgb(227, 171, 199) |
| HSL | hsl(330, 50%, 78%) |
| CMYK | cmyk(0%, 25%, 12%, 11%) |
| LAB | lab(75.8 24.8 -6.2) |
| LCH | lch(75.8 25.6 345.9) |
| OKLCH | oklch(0.801 0.075 347.4) |
Copy-ready code
/* CSS */
color: #e3abc7;
background-color: #e3abc7;
/* Tailwind (arbitrary) */
class="text-[#e3abc7] bg-[#e3abc7]"
/* SCSS */
$brand: #e3abc7;
/* SwiftUI */
Color(red: 0.890, green: 0.671, blue: 0.780)
/* Android */
Color.parseColor("#e3abc7")Accessibility — WCAG contrast
Aa
#e3abc7 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3abc7 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow12.3%
Key (black)11.0%
Color previews
#e3abc7 text on a black background
contrast 10.92:1
Card sample
#e3abc7 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3abc7;
Background color
Panel with #e3abc7 background
background-color: #e3abc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3abc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 171, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 171, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3abc7; background: linear-gradient(135deg, #e3abc7, #E3B4AB);