#e2acbb
a light, vivid magenta / pink · warm · closest name: pink
RGB
226, 172, 187
HSL
343°, 48%, 78%
CMYK
0, 24, 17, 11
Luminance
0.4926
Every format
| HEX | #e2acbb |
| RGB | rgb(226, 172, 187) |
| HSL | hsl(343, 48%, 78%) |
| CMYK | cmyk(0%, 24%, 17%, 11%) |
| LAB | lab(75.6 22.0 0.0) |
| LCH | lch(75.6 22.0 0.1) |
| OKLCH | oklch(0.798 0.066 0.3) |
Copy-ready code
/* CSS */
color: #e2acbb;
background-color: #e2acbb;
/* Tailwind (arbitrary) */
class="text-[#e2acbb] bg-[#e2acbb]"
/* SCSS */
$brand: #e2acbb;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.733)
/* Android */
Color.parseColor("#e2acbb")Accessibility — WCAG contrast
Aa
#e2acbb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2acbb on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow17.3%
Key (black)11.4%
Color previews
#e2acbb text on a black background
contrast 10.85:1
Card sample
#e2acbb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2acbb;
Background color
Panel with #e2acbb background
background-color: #e2acbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2acbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2acbb; background: linear-gradient(135deg, #e2acbb, #E2C1AC);