Petite Pink
#eacacb
Petite Pink is a color with the hex code #eacacb. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eacacb | |
|---|---|---|
| RGB | rgb(234, 202, 203) | |
| HSL | hsl(358, 43%, 85%) | |
| CMYK | cmyk(0%, 14%, 13%, 8%) | |
| LAB | lab(84, 12, 4) | |
| OKLCH | oklch(0.87 0.036 16) |
Color harmonies
Tints & shades
Code snippets
color: #eacacb;
background-color: #eacacb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEACACB)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.79, blue: 0.80, alpha: 1.0)