Salmon Hex Code — #FA8072
RGB, HSL, and CMYK values for Salmon.
Last updated: April 6, 2026
Salmon Color Values
| Format | Value |
|---|---|
| HEX | #FA8072 |
| RGB | rgb(250, 128, 114) |
| HSL | hsl(6, 93%, 71%) |
| CMYK | cmyk(0%, 49%, 54%, 2%) |
About Salmon
Color psychology: Warmth, sociability.
Salmon (#FA8072) is a light shade of red with a hue angle of 6° on the color wheel, 93% saturation, and 71% lightness. It's commonly used in web design, graphic design, and branding where warmth, sociability are desired associations.
In color theory, Salmon sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Salmon in Design
Web Design
Use Salmon as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Salmon conveys warmth, sociability — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:49% Y:54% K:2%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Salmon work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Salmon in CSS
/* Using HEX */ color: #FA8072; background-color: #FA8072; /* Using RGB */ color: rgb(250, 128, 114); /* Using HSL — best for creating variations */ color: hsl(6, 93%, 71%); /* Transparent overlay (50% opacity) */ background-color: rgba(250, 128, 114, 0.5); /* Lighter variant for hover states */ background-color: hsl(6, 93%, 81%); /* Darker variant for active states */ background-color: hsl(6, 93%, 61%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Salmon without changing its core hue or saturation.
Colors That Go With Salmon
Complementary
Analogous
Triadic
Similar Shades of Red
Frequently Asked Questions
What is the hex code for Salmon?
What is Salmon in RGB and when should I use RGB?
How to use Salmon in CSS with different color formats?
What is the HSL value of Salmon and why is HSL useful for designers?
What is the CMYK value of Salmon for print design?
What colors pair well with Salmon in design projects?
Is Salmon (#FA8072) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.