#e5aabb
a light, vivid magenta / pink · warm · closest name: pink
RGB
229, 170, 187
HSL
343°, 53%, 78%
CMYK
0, 26, 18, 10
Luminance
0.4900
Every format
| HEX | #e5aabb |
| RGB | rgb(229, 170, 187) |
| HSL | hsl(343, 53%, 78%) |
| CMYK | cmyk(0%, 26%, 18%, 10%) |
| LAB | lab(75.5 24.1 -0.2) |
| LCH | lch(75.5 24.1 359.6) |
| OKLCH | oklch(0.798 0.072 359.9) |
Copy-ready code
/* CSS */
color: #e5aabb;
background-color: #e5aabb;
/* Tailwind (arbitrary) */
class="text-[#e5aabb] bg-[#e5aabb]"
/* SCSS */
$brand: #e5aabb;
/* SwiftUI */
Color(red: 0.898, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#e5aabb")Accessibility — WCAG contrast
Aa
#e5aabb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5aabb on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green66.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow18.3%
Key (black)10.2%
Color previews
#e5aabb text on a black background
contrast 10.80:1
Card sample
#e5aabb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5aabb;
Background color
Panel with #e5aabb background
background-color: #e5aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5aabb; background: linear-gradient(135deg, #e5aabb, #E5C0AA);