Perfect Pink
#e5b3b2
Perfect Pink is a color with the hex code #e5b3b2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e5b3b2 | |
|---|---|---|
| RGB | rgb(229, 179, 178) | |
| HSL | hsl(1, 50%, 80%) | |
| CMYK | cmyk(0%, 22%, 22%, 10%) | |
| LAB | lab(78, 19, 8) | |
| OKLCH | oklch(0.81 0.058 20) |
Color harmonies
Tints & shades
Code snippets
color: #e5b3b2;
background-color: #e5b3b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE5B3B2)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.70, blue: 0.70, alpha: 1.0)