Light Salmon Pink (#FF9999)

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.05:1 — vs black: 10.27:1

Color values

  • HEX #FF9999
  • RGB rgb(255, 153, 153)
  • HSL hsl(0, 100%, 80%)
  • CMYK cmyk( 0, 40, 40, 0 )
  • Websafe #FF9999

Tags

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

Color Harmonies

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

Complementary

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

Light Salmon Pink
#FF9999 Base
#99FFFF
Analogous

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

Light Salmon Pink
#FF9999 Base
Peach-orange
#FFCC99
Triadic

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

Light Salmon Pink
#FF9999 Base
#99FF99
#9999FF
Split-Complementary

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

Light Salmon Pink
#FF9999 Base
#99FFCC
#99CCFF
Tetradic (Square)

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

Light Salmon Pink
#FF9999 Base
#CCFF99
#99FFFF
Pale Violet
#CC99FF
Monochromatic

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

Light Salmon Pink
#FF9999 Base
Red
#FF0000
#FF4D4D
#FF7070
#FFC2C2
#FFE6E6
Shades & Tints

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

Shades (darker)

#1A0000
#660000
#B30000
Red #FF0000
#FF4D4D
Light Salmon Pink #FF9999 Base
#FFA8A8
#FFB8B8
#FFC7C7
#FFD6D6
#FFE6E6
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FF9999,
        #99FFFF
    );
}
SCSS Variable
// SCSS variable
$light-salmon-pink: #FF9999;

// With RGB channels (useful for rgba() usage)
$light-salmon-pink-r: 255;
$light-salmon-pink-g: 153;
$light-salmon-pink-b: 153;

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

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

Normal Vision #FF9999 How the color appears with full color vision.
Deuteranopia #BEBE96 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 #A8A89A Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FF9999 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B5B5B5 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 Light Salmon Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Light Salmon Pink #FF9999 Base
Tulip #FF878D ΔE 4.08
Salmon Pink #FF91A4 ΔE 5.80
Light Coral #F08080 ΔE 6.20
Ruddy Pink #E18E96 ΔE 6.39

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.