I performed and “Export Key Lists” operation in my air-gapped Armory PC environment to see for myself what a WIF looks like.
You don't have to use those "
PrivHexBE" since it's in a raw format that wallets don't usually support.
WIF (
Wallet Import Format) is the one you need which is equivalent to those "
PrivBase58" in your export list (
omit the spaces).
As for my note about uncompressed, wallets are specific on which public key format to use to derive your addresses.
Since armory is using uncompressed WIF, it doesn't contain a "
compressed flag" which tells the wallet to derive the uncompressed public key from that private key.
So, use those WIF prvKeys in their presented format to automatically match the correct addresses upon import.
(
excluding P2SH-P2PK that most wallets do not support, Bitcoin Core can though via "importdescriptors")
Lastly, I can't help much about ColdCardQ since I don't have it,
But for Sparrow, it's not possible to import loose private keys to that wallet, it needs to be HD (
via seed phrase, descriptor or master private key)
One of your cold-storage option that supports individual prvKey import would be Electrum (
e.g.;cold-storage method), then send the bitcoins to your ColdCard.