#e9abc2
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 171, 194
HSL
338°, 59%, 79%
CMYK
0, 27, 17, 9
Luminance
0.5034
Every format
| HEX | #e9abc2 |
| RGB | rgb(233, 171, 194) |
| HSL | hsl(338, 59%, 79%) |
| CMYK | cmyk(0%, 27%, 17%, 9%) |
| LAB | lab(76.3 26.1 -2.7) |
| LCH | lch(76.3 26.2 354.0) |
| OKLCH | oklch(0.806 0.078 355.0) |
Copy-ready code
/* CSS */
color: #e9abc2;
background-color: #e9abc2;
/* Tailwind (arbitrary) */
class="text-[#e9abc2] bg-[#e9abc2]"
/* SCSS */
$brand: #e9abc2;
/* SwiftUI */
Color(red: 0.914, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#e9abc2")Accessibility — WCAG contrast
Aa
#e9abc2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9abc2 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green67.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow16.7%
Key (black)8.6%
Color previews
#e9abc2 text on a black background
contrast 11.07:1
Card sample
#e9abc2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9abc2;
Background color
Panel with #e9abc2 background
background-color: #e9abc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9abc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9abc2; background: linear-gradient(135deg, #e9abc2, #E9BDAB);