Salmon (#FA8072)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.50:1 — vs black: 8.40:1

Color values

  • HEX #FA8072
  • RGB rgb(250, 128, 114)
  • HSL hsl(6, 54%, 98%)
  • CMYK cmyk( 0, 48.8, 54.4, 1.96 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FA8072 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Salmon
#FA8072 Base
#72ECFA
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Salmon
#FA8072 Base
#FA72A8
#FAC472
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Salmon
#FA8072 Base
#72FA80
#8072FA
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Salmon
#FA8072 Base
#72FAC4
#72A8FA
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Salmon
#FA8072 Base
#A8FA72
#72ECFA
#C472FA
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Salmon
#FA8072 Base
#CC1B07
#F73D28
#F95D4B
#FBA399
#FDC3BC
#FEE9E6
Shades & Tints

Darker shades and lighter tints of Salmon, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#190301
#5A0C03
#9B1506
#DD1E08
#F84531
Salmon #FA8072 Base
#FB9589
#FCAAA1
#FCBFB8
#FDD4CF
#FEE9E6
CSS & SCSS Snippets

Ready-to-use code snippets for #FA8072. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FA8072;
}

/* Text */
.element {
    color: #FA8072;
}

/* Border */
.element {
    border: 1px solid #FA8072;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FA8072,
        #F7FCFD
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FA8072,
        #F7FCFD
    );
}
SCSS Variable
// SCSS variable
$salmon: #FA8072;

// With RGB channels (useful for rgba() usage)
$salmon-r: 250;
$salmon-g: 128;
$salmon-b: 114;

// Usage
.element {
    background-color: $salmon;
    color: rgba($salmon-r, $salmon-g, $salmon-b, 0.8);
}
Color Blindness Simulation

How Salmon appears to people with different types of color vision deficiency.

Normal Vision #FA8072 How the color appears with full color vision.
Deuteranopia #AFAF6D Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #949473 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FB7E7E Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #A4A4A4 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Salmon ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Salmon #FA8072 Base
Coral Pink #F88379 ΔE 1.59
Bittersweet #FE6F5E ΔE 3.93
Pastel Red #FF6961 ΔE 4.63
Light Coral #F08080 ΔE 4.96

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.