Salmon (#FF8C69)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.28:1 — vs black: 9.21:1
Color values
-
HEX
#FF8C69 -
RGB
rgb(255, 140, 105) -
HSL
hsl(14, 100%, 70%) -
CMYK
cmyk( 0, 45, 59, 0 ) -
Websafe
#FF9966
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FF8C69 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF8C69
Base
#69DCFF
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF8C69
Base
#FF6991
#FFD769
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF8C69
Base
#69FF8C
#8C69FF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF8C69
Base
#69FFD7
#6991FF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF8C69
Base
#91FF69
#69DCFF
#D769FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF8C69
Base
#CF3000
#FF511C
#FF6D40
#FFAB92
#FFC7B5
#FFEBE6
Darker shades and lighter tints of Salmon, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0600
#5C1600
#9F2500
#E23500
#FF5926
#FF8C69
Base
#FF9F82
#FFB29B
#FFC5B4
#FFD8CD
#FFEBE6
Ready-to-use code snippets for #FF8C69. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF8C69;
}
/* Text */
.element {
color: #FF8C69;
}
/* Border */
.element {
border: 1px solid #FF8C69;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF8C69,
#69DCFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF8C69,
#69DCFF
);
}
// SCSS variable
$salmon: #FF8C69;
// With RGB channels (useful for rgba() usage)
$salmon-r: 255;
$salmon-g: 140;
$salmon-b: 105;
// Usage
.element {
background-color: $salmon;
color: rgba($salmon-r, $salmon-g, $salmon-b, 0.8);
}
How Salmon appears to people with different types of color vision deficiency.
#FF8C69
How the color appears with full color vision.
#B8B863
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#9E9E6A
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FF8888
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#ACACAC
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.