#e2acbd
a light, vivid magenta / pink · warm · closest name: pink
RGB
226, 172, 189
HSL
341°, 48%, 78%
CMYK
0, 24, 16, 11
Luminance
0.4935
Every format
| HEX | #e2acbd |
| RGB | rgb(226, 172, 189) |
| HSL | hsl(341, 48%, 78%) |
| CMYK | cmyk(0%, 24%, 16%, 11%) |
| LAB | lab(75.7 22.3 -1.0) |
| LCH | lch(75.7 22.3 357.5) |
| OKLCH | oklch(0.799 0.067 358.0) |
Copy-ready code
/* CSS */
color: #e2acbd;
background-color: #e2acbd;
/* Tailwind (arbitrary) */
class="text-[#e2acbd] bg-[#e2acbd]"
/* SCSS */
$brand: #e2acbd;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.741)
/* Android */
Color.parseColor("#e2acbd")Accessibility — WCAG contrast
Aa
#e2acbd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2acbd on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow16.4%
Key (black)11.4%
Color previews
#e2acbd text on a black background
contrast 10.87:1
Card sample
#e2acbd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2acbd;
Background color
Panel with #e2acbd background
background-color: #e2acbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2acbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2acbd; background: linear-gradient(135deg, #e2acbd, #E2BFAC);