#e3abc2
a light, vivid magenta / pink · warm · closest name: pink
RGB
227, 171, 194
HSL
335°, 50%, 78%
CMYK
0, 25, 15, 11
Luminance
0.4935
Every format
| HEX | #e3abc2 |
| RGB | rgb(227, 171, 194) |
| HSL | hsl(335, 50%, 78%) |
| CMYK | cmyk(0%, 25%, 15%, 11%) |
| LAB | lab(75.7 24.0 -3.7) |
| LCH | lch(75.7 24.3 351.2) |
| OKLCH | oklch(0.799 0.072 352.4) |
Copy-ready code
/* CSS */
color: #e3abc2;
background-color: #e3abc2;
/* Tailwind (arbitrary) */
class="text-[#e3abc2] bg-[#e3abc2]"
/* SCSS */
$brand: #e3abc2;
/* SwiftUI */
Color(red: 0.890, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#e3abc2")Accessibility — WCAG contrast
Aa
#e3abc2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3abc2 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow14.5%
Key (black)11.0%
Color previews
#e3abc2 text on a black background
contrast 10.87:1
Card sample
#e3abc2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3abc2;
Background color
Panel with #e3abc2 background
background-color: #e3abc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3abc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3abc2; background: linear-gradient(135deg, #e3abc2, #E3B9AB);