#e5abcb
a light, vivid magenta / pink · warm · closest name: pink
RGB
229, 171, 203
HSL
327°, 53%, 78%
CMYK
0, 25, 11, 10
Luminance
0.5010
Every format
| HEX | #e5abcb |
| RGB | rgb(229, 171, 203) |
| HSL | hsl(327, 53%, 78%) |
| CMYK | cmyk(0%, 25%, 11%, 10%) |
| LAB | lab(76.1 26.1 -7.9) |
| LCH | lch(76.1 27.3 343.2) |
| OKLCH | oklch(0.804 0.079 344.8) |
Copy-ready code
/* CSS */
color: #e5abcb;
background-color: #e5abcb;
/* Tailwind (arbitrary) */
class="text-[#e5abcb] bg-[#e5abcb]"
/* SCSS */
$brand: #e5abcb;
/* SwiftUI */
Color(red: 0.898, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#e5abcb")Accessibility — WCAG contrast
Aa
#e5abcb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5abcb on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green67.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow11.4%
Key (black)10.2%
Color previews
#e5abcb text on a black background
contrast 11.02:1
Card sample
#e5abcb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5abcb;
Background color
Panel with #e5abcb background
background-color: #e5abcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5abcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5abcb; background: linear-gradient(135deg, #e5abcb, #E5B2AB);