Sassy Salmon
#ee7c54
Sassy Salmon, represented by the hex value #ee7c54, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ee7c54 | |
|---|---|---|
| RGB | rgb(238, 124, 84) | |
| HSL | hsl(16, 82%, 63%) | |
| CMYK | cmyk(0%, 48%, 65%, 7%) | |
| LAB | lab(65, 43, 42) | |
| OKLCH | oklch(0.71 0.151 40) |
Color harmonies
Tints & shades
Code snippets
color: #ee7c54;
background-color: #ee7c54;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEE7C54)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.49, blue: 0.33, alpha: 1.0)