Deeply Embarrassed
#ecb2b3
Deeply Embarrassed, represented by the hex value #ecb2b3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ecb2b3 | |
|---|---|---|
| RGB | rgb(236, 178, 179) | |
| HSL | hsl(359, 60%, 81%) | |
| CMYK | cmyk(0%, 25%, 24%, 7%) | |
| LAB | lab(78, 22, 8) | |
| OKLCH | oklch(0.82 0.068 17) |
Color harmonies
Tints & shades
Code snippets
color: #ecb2b3;
background-color: #ecb2b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFECB2B3)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.70, blue: 0.70, alpha: 1.0)