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