#e8abc2
a light, vivid magenta / pink · warm · closest name: pink
RGB
232, 171, 194
HSL
337°, 57%, 79%
CMYK
0, 26, 16, 9
Luminance
0.5018
Every format
| HEX | #e8abc2 |
| RGB | rgb(232, 171, 194) |
| HSL | hsl(337, 57%, 79%) |
| CMYK | cmyk(0%, 26%, 16%, 9%) |
| LAB | lab(76.2 25.8 -2.9) |
| LCH | lch(76.2 25.9 353.6) |
| OKLCH | oklch(0.805 0.077 354.6) |
Copy-ready code
/* CSS */
color: #e8abc2;
background-color: #e8abc2;
/* Tailwind (arbitrary) */
class="text-[#e8abc2] bg-[#e8abc2]"
/* SCSS */
$brand: #e8abc2;
/* SwiftUI */
Color(red: 0.910, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#e8abc2")Accessibility — WCAG contrast
Aa
#e8abc2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8abc2 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green67.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow16.4%
Key (black)9.0%
Color previews
#e8abc2 text on a black background
contrast 11.04:1
Card sample
#e8abc2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8abc2;
Background color
Panel with #e8abc2 background
background-color: #e8abc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8abc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8abc2; background: linear-gradient(135deg, #e8abc2, #E8BDAB);