Think Pink
#e5a5c1
Looking for the precise values behind Think Pink (#e5a5c1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e5a5c1 | |
|---|---|---|
| RGB | rgb(229, 165, 193) | |
| HSL | hsl(334, 55%, 77%) | |
| CMYK | cmyk(0%, 28%, 16%, 10%) | |
| LAB | lab(75, 27, -5) | |
| OKLCH | oklch(0.79 0.083 351) |
Color harmonies
Tints & shades
Code snippets
color: #e5a5c1;
background-color: #e5a5c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE5A5C1)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.65, blue: 0.76, alpha: 1.0)