#e3abcf
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 171, 207
HSL
321°, 50%, 78%
CMYK
0, 25, 9, 11
Luminance
0.4996
Every format
| HEX | #e3abcf |
| RGB | rgb(227, 171, 207) |
| HSL | hsl(321, 50%, 78%) |
| CMYK | cmyk(0%, 25%, 9%, 11%) |
| LAB | lab(76.0 26.1 -10.3) |
| LCH | lch(76.0 28.1 338.6) |
| OKLCH | oklch(0.804 0.080 340.3) |
Copy-ready code
/* CSS */
color: #e3abcf;
background-color: #e3abcf;
/* Tailwind (arbitrary) */
class="text-[#e3abcf] bg-[#e3abcf]"
/* SCSS */
$brand: #e3abcf;
/* SwiftUI */
Color(red: 0.890, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#e3abcf")Accessibility — WCAG contrast
Aa
#e3abcf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3abcf on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow8.8%
Key (black)11.0%
Color previews
#e3abcf text on a black background
contrast 10.99:1
Card sample
#e3abcf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3abcf;
Background color
Panel with #e3abcf background
background-color: #e3abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3abcf; background: linear-gradient(135deg, #e3abcf, #E3ACAB);